mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-17 18:16:09 +00:00
fix: only including village file once
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
#################################################################################
|
||||
use App\Utils\AccessLogger;
|
||||
|
||||
include("GameEngine/Village.php");
|
||||
include_once("GameEngine/Village.php");
|
||||
AccessLogger::logRequest();
|
||||
|
||||
if(isset($_GET['newdid'])){
|
||||
|
||||
Reference in New Issue
Block a user