diff options
Diffstat (limited to 'hercules/convert_tmx_to_mapcache.py')
-rwxr-xr-x | hercules/convert_tmx_to_mapcache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/convert_tmx_to_mapcache.py b/hercules/convert_tmx_to_mapcache.py index a41816b..62d0d18 100755 --- a/hercules/convert_tmx_to_mapcache.py +++ b/hercules/convert_tmx_to_mapcache.py @@ -4,6 +4,6 @@ # Copyright (C) 2014 Evol Online # Author: Andrei Karas (4144) -from code.clienttoserver.maps import * +from code.clienttoserver.maps import recreateMapCache recreateMapCache(); |