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