fix: only including village file once

This commit is contained in:
Martin Ambrus
2017-11-17 12:36:45 +01:00
parent 51f354542d
commit bec487cad5
24 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
use App\Utils\AccessLogger;
include("GameEngine/Village.php");
include_once("GameEngine/Village.php");
AccessLogger::logRequest();
$amount = $_SESSION['amount'];