summaryrefslogtreecommitdiff
path: root/hercules
diff options
context:
space:
mode:
Diffstat (limited to 'hercules')
-rw-r--r--hercules/code/clienttoserver/maps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/clienttoserver/maps.py b/hercules/code/clienttoserver/maps.py
index b138642..aba9ff6 100644
--- a/hercules/code/clienttoserver/maps.py
+++ b/hercules/code/clienttoserver/maps.py
@@ -42,7 +42,7 @@ def recreateMapCache():
name = tileset.attributes["name"].value
except:
name = ""
- if name == "Collision":
+ if name.lower() == "collision":
firstgid = int(tileset.attributes["firstgid"].value)
break