diff options
Diffstat (limited to 'hercules/code/clienttoserver/maps.py')
-rw-r--r-- | hercules/code/clienttoserver/maps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/clienttoserver/maps.py b/hercules/code/clienttoserver/maps.py index 06b7eb5..248a40c 100644 --- a/hercules/code/clienttoserver/maps.py +++ b/hercules/code/clienttoserver/maps.py @@ -160,7 +160,7 @@ def recreateMap(names): writeInt16(w, height) writeInt32(w, len(binData)) writeData(w, binData) - print tmxName + #print tmxName found = True break if found == False: |