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
@@ -11,7 +11,7 @@
|
||||
|
||||
use App\Utils\AccessLogger;
|
||||
|
||||
include("GameEngine/Village.php");
|
||||
include_once("GameEngine/Village.php");
|
||||
AccessLogger::logRequest();
|
||||
|
||||
$start_timer = $generator->pageLoadTimeStart();
|
||||
|
||||
Reference in New Issue
Block a user