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
@@ -28,7 +28,7 @@ if (!function_exists('mysqli_result')) {
|
||||
}
|
||||
}
|
||||
|
||||
include("GameEngine/Village.php");
|
||||
include_once("GameEngine/Village.php");
|
||||
AccessLogger::logRequest();
|
||||
|
||||
$start_timer = $generator->pageLoadTimeStart();
|
||||
|
||||
Reference in New Issue
Block a user