mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-24 21:46:11 +00:00
fix: only including village file once
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
||||
use App\Utils\AccessLogger;
|
||||
|
||||
if(isset($_GET['aid']) && !is_numeric($_GET['aid'])) die('Hacking Attemp');
|
||||
include ("GameEngine/Village.php");
|
||||
include ("GameEngine/Chat.php");
|
||||
include_once("GameEngine/Village.php");
|
||||
include_once("GameEngine/Chat.php");
|
||||
AccessLogger::logRequest();
|
||||
|
||||
$start_timer = $generator->pageLoadTimeStart();
|
||||
|
||||
Reference in New Issue
Block a user