From 7d38316441cd1f2c61b9c553456b7621c5b0d3a7 Mon Sep 17 00:00:00 2001 From: Daniel Saad Nogueira Nunes Date: Mon, 27 Mar 2023 16:00:03 -0300 Subject: Update frun.php (#26) Disabling staff ability to see balloons in frozen. --- src/frun.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frun.php') diff --git a/src/frun.php b/src/frun.php index 75ccc2a..10074e8 100644 --- a/src/frun.php +++ b/src/frun.php @@ -180,7 +180,7 @@ function DBUpdateRunC($contest, $usersite, $usernumber, $runsite, $runnumber, $a if (($b = DBSiteInfo($contest, $runsite, $c)) == null) return true; $ta = $b["currenttime"]; - $tf = $b["sitelastmileanswer"]; + $tf = $b["sitelastmilescore"]; if ($ta < $tf || $ta > $b['siteduration']) { $u = DBUserInfo ($contest, $runsite, $team, $c); if($u['usertype']=='team') { -- cgit v1.2.3