From: Christian Heller Date: Tue, 1 Mar 2016 23:44:52 +0000 (+0100) Subject: Plugin: Fix wrongful variable assignment. X-Git-Tag: tce~107 X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=36c9978ab87646e8b72284bfcafd9e126abc670d Plugin: Fix wrongful variable assignment. --- diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index d3a5239..2fb0f20 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -540,4 +540,4 @@ server.config.make_world_helpers.world_makable = world_makable server.config.make_world_helpers.make_map = make_map import server.config.ai -server.config.ai.ai_hook_pickup = ai_hook_pickup_test +server.config.ai.ai_hook_pickup_test = ai_hook_pickup_test