mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-08-23 05:56:34 +01:00
im coder
This commit is contained in:
@@ -219,6 +219,7 @@ datum/controller/process/proc/scheck()
|
||||
// defer indefinitely
|
||||
if (world.tick_usage > 100 || main.world.tick_usage > tick_start + tick_allowance)
|
||||
current_usage += main.world.tick_usage - tick_start
|
||||
sleep(world.tick_lag)
|
||||
LAGCHECK(100 - tick_allowance)
|
||||
cpu_defer_count++
|
||||
last_slept = TimeOfHour
|
||||
|
||||
Reference in New Issue
Block a user