diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index ba9a988f..b903c998 100755 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -3216,6 +3216,9 @@ class Automation { $database->setVillageFields($wid, ['natar', 'name'], [1, WWVILLAGE]); $this->recountPop($wid); } + + //Write the system message + $database->displaySystemMessage(WWVILLAGE); if(file_exists("GameEngine/Prevention/spawnWWVillages.txt")) { unlink("GameEngine/Prevention/spawnWWVillages.txt");