11 lines
655 B
Plaintext
11 lines
655 B
Plaintext
diff a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm (rejected hunks)
|
|
@@ -419,7 +419,7 @@
|
|
return
|
|
if(confirm == "Yes")
|
|
SSticker.delay_end = 0
|
|
- feedback_add_details("admin_verb","Hard Restart") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
|
+ SSblackbox.add_details("admin_verb","Hard Restart") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
|
world.Reboot("Initiated by [usr.client.holder.fakekey ? "Admin" : usr.key].", "end_error", "admin reboot - by [usr.key] [usr.client.holder.fakekey ? "(stealth)" : ""]", 10)
|
|
|
|
/datum/admins/proc/end_round()
|