merge: refresh ng_compare for logical game clock

This commit is contained in:
2026-08-04 12:09:58 +00:00
124 changed files with 2713 additions and 807 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ if($reserve_open){
}
try{
$installTime = TimeUtil::now();
$installTime = TimeUtil::format(GameClock::readWallTime(), false);
if (getenv('REF_DETERMINISTIC_INSTALL_ENABLED') === '1') {
$comparisonInstallAt = getenv('REF_INSTALL_AT');
if (!is_string($comparisonInstallAt) || $comparisonInstallAt === '') {