mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-09 00:43:55 +00:00
Replaced world.tick_usage with TICK_USAGE macro in VOREStation code
This commit is contained in:
@@ -80,7 +80,7 @@ var/global/list/extraMiniMaps = list()
|
||||
else if(IS_PATH(tile))
|
||||
canvas.DrawBox(HOLOMAP_PATH, x + offset_x, y + offset_y)
|
||||
// Check sleeping after each row to avoid *completely* destroying the server
|
||||
if(world.tick_usage >= 80) sleep(world.tick_lag * 0.2)
|
||||
CHECK_TICK
|
||||
return canvas
|
||||
|
||||
// Okay, what does this one do?
|
||||
|
||||
Reference in New Issue
Block a user