mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: only including village file once
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
use App\Utils\AccessLogger;
|
||||
|
||||
include("GameEngine/Village.php");
|
||||
include_once("GameEngine/Village.php");
|
||||
AccessLogger::logRequest();
|
||||
|
||||
$amount = $_SESSION['amount'];
|
||||
|
||||
Reference in New Issue
Block a user