From 77f919e718371beba5c1b4889afdc747a2690523 Mon Sep 17 00:00:00 2001 From: Shadow <1140613+Shadowss@users.noreply.github.com> Date: Fri, 11 May 2018 11:31:35 +0300 Subject: [PATCH] FIX 2 --- GameEngine/Automation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index b903c998..d29c4d68 100755 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -3218,7 +3218,7 @@ class Automation { } //Write the system message - $database->displaySystemMessage(WWVILLAGE); + $database->displaySystemMessage(WWVILLAGEMSG); if(file_exists("GameEngine/Prevention/spawnWWVillages.txt")) { unlink("GameEngine/Prevention/spawnWWVillages.txt");