Actually fixes meteors, again (#32162)

* Actually fixes meteors, again

* unrelated typo fix for an admin debug verb
This commit is contained in:
vuonojenmustaturska
2017-10-29 14:13:09 +02:00
committed by CitadelStationBot
parent fd2705b6e6
commit d6d01ab630
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -780,7 +780,7 @@ GLOBAL_PROTECT(LastAdminCalledProc)
/client/proc/cmd_display_init_log()
set category = "Debug"
set name = "Display Initialzie() Log"
set name = "Display Initialize() Log"
set desc = "Displays a list of things that didn't handle Initialize() properly"
usr << browse(replacetext(SSatoms.InitLog(), "\n", "<br>"), "window=initlog")