This commit is contained in:
kevinz000
2020-01-14 18:09:12 -07:00
parent 5f315ab418
commit 97ded4b27b
3 changed files with 2 additions and 5 deletions

View File

@@ -34,10 +34,7 @@
/client/proc/set_macros()
set waitfor = FALSE
//Reset and populate the rolling buffer
keys_held.Cut()
for(var/i in 1 to HELD_KEY_BUFFER_LENGTH)
keys_held += null
erase_all_macros()

View File

@@ -579,7 +579,7 @@ GLOBAL_VAR_INIT(exploit_warn_spam_prevention, 0)
L += "Round ID: [GLOB.round_id || "NULL"]"
L += SStime_track.stat_time_text
L += SSshuttle.emergency_shuttle_stat_text
stat(null, "[L.Join("\n")]")
stat(null, "[L.Join("\n\n")]")
if(client.holder)
if(statpanel("MC"))