diff --git a/GameEngine/Generator.php b/GameEngine/Generator.php index aff11e96..71fdd1f9 100755 --- a/GameEngine/Generator.php +++ b/GameEngine/Generator.php @@ -148,6 +148,7 @@ if (date('Ymd',time()) == date('Ymd',$time)) { } public function pageLoadTimeStart() { + if (isset($_SERVER["REQUEST_TIME_FLOAT"])) return $_SERVER["REQUEST_TIME_FLOAT"]; return microtime(true); }