mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-31 12:17:04 +01:00
11 lines
424 B
Plaintext
11 lines
424 B
Plaintext
diff a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm (rejected hunks)
|
|
@@ -434,7 +434,7 @@
|
|
if("Hard Restart (No Delay, No Feeback Reason)")
|
|
world.Reboot()
|
|
if("Hardest Restart (No actions, just reboot)")
|
|
- world.Reboot(fast_track = TRUE)
|
|
+ world.Reboot(fast_track = TRUE)
|
|
if("Service Restart (Force restart DD)")
|
|
GLOB.reboot_mode = REBOOT_MODE_HARD
|
|
world.ServiceReboot()
|