home · contact · privacy
Plugin: Fix bad function reference.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 26 Feb 2016 20:13:55 +0000 (21:13 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 26 Feb 2016 20:13:55 +0000 (21:13 +0100)
plugins/server/PleaseTheIslandGod.py

index 5c89394205cd4288aafff438e794341284b7886b..8a3242bee4105baa20203ec59e779901170e6d21 100644 (file)
@@ -65,7 +65,7 @@ def make_world(seed):
             print("Ignoring: No valid " + name + " set.")
             return
     world_db["Things"] = {}
             print("Ignoring: No valid " + name + " set.")
             return
     world_db["Things"] = {}
-    make_map()
+    make_map_func()
     world_db["WORLD_ACTIVE"] = 1
     world_db["TURN"] = 1
     for i in range(world_db["ThingTypes"][playertype]["TT_START_NUMBER"]):
     world_db["WORLD_ACTIVE"] = 1
     world_db["TURN"] = 1
     for i in range(world_db["ThingTypes"][playertype]["TT_START_NUMBER"]):