mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-20 11:36:07 +00:00
fix: Calculated In time sometimes invalid due to $start variable reuse
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ include ("GameEngine/Village.php");
|
||||
include ("GameEngine/Chat.php");
|
||||
AccessLogger::logRequest();
|
||||
|
||||
$start = $generator->pageLoadTimeStart();
|
||||
$start_timer = $generator->pageLoadTimeStart();
|
||||
$alliance->procAlliance($_GET);
|
||||
if(isset($_GET['newdid'])) {
|
||||
$_SESSION['wid'] = $_GET['newdid'];
|
||||
|
||||
Reference in New Issue
Block a user