diff options
author | Snap <snapwilliam@gmail.com> | 2015-05-05 16:47:42 -0700 |
---|---|---|
committer | Snap <snapwilliam@gmail.com> | 2015-05-05 16:47:42 -0700 |
commit | ea06ff627f5cb2a284eb25a8dbf4cb4e21fe40f7 (patch) | |
tree | 2de24864a0949b0c34b2bbe3f89d16fad142318e /includes/mapclass.php | |
parent | 1d1e7d369080702f82a4cf1cc528928a54e6a6b2 (diff) | |
download | pathery-ea06ff627f5cb2a284eb25a8dbf4cb4e21fe40f7.tar.xz |
Mapeditor bug fixes.
Snap.png ^_^
Diffstat (limited to 'includes/mapclass.php')
-rw-r--r-- | includes/mapclass.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/mapclass.php b/includes/mapclass.php index 8e9f28e..2da7e11 100644 --- a/includes/mapclass.php +++ b/includes/mapclass.php @@ -53,7 +53,8 @@ class map { } } - + + public function applyMapFromOldCode($code) { //echo "decoding mapcode: [$code]"; $this->code = $code; |