Skip to content

Stat fix

Rob Nelson requested to merge pull/4481/statfix into Bleeding-Edge

Created by: clusterfack

Change stat from if(ticklag < .5), sleep(1) to a simple sleep(4).

Sleep(1) should only delay the update if the ticklag was less than .1, however byond-wise sleep(4) is assured to delay any stat() update that is attempted before .4 seconds are up.

Merge request reports