mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Back one tab the last machine profiling.
This commit is contained in:
@@ -292,7 +292,8 @@ datum/controller/game_controller/proc/processMobs()
|
||||
#ifdef PROFILE_MACHINES
|
||||
if(!(Machinery.type in machine_profiling))
|
||||
machine_profiling[Machinery.type] = 0
|
||||
machine_profiling[Machinery.type] += world.timeofday - start
|
||||
|
||||
machine_profiling[Machinery.type] += world.timeofday - start
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user