mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 21:31:01 +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($session->goldclub == 0) {
|
||||
|
||||
Reference in New Issue
Block a user