From 36c9978ab87646e8b72284bfcafd9e126abc670d Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 2 Mar 2016 00:44:52 +0100 Subject: [PATCH] Plugin: Fix wrongful variable assignment. --- 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 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 -- 2.30.2