From 12113bb06e1ca42e3e311a47be4bb6aecaa2d33b Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 25 Feb 2016 02:09:05 +0100 Subject: [PATCH] Plugin: Fix bug by typo. --- plugins/server/PleaseTheIslandGod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index 9be0687..975159a 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -816,7 +816,7 @@ world_db["terrain_names"][":"] = "SOIL" world_db["terrain_names"]["|"] = "WALL" world_db["terrain_names"]["_"] = "ALTAR" world_db["specials"] = ["SLIPPERS", "PLANT_0", "PLANT_1", "TOOL_0", "TOOL_1", - "LUMBER", "ANIMAL_0, ANIMAL_1"] + "LUMBER", "ANIMAL_0", "ANIMAL_1"] io_db["worldstate_write_order"] += [["GOD_FAVOR", "world_int"]] io_db["worldstate_write_order"] += [[write_metamap_A, "func"]] io_db["worldstate_write_order"] += [[write_metamap_B, "func"]] -- 2.30.2