mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix compile issue with 4e178bc82d
This commit is contained in:
@@ -20,10 +20,10 @@ var/global/datum/watchdog/watchdog = new
|
||||
signal << chosen_map
|
||||
|
||||
/client/proc/watchdog_force_restart()
|
||||
set name "Panic Restart"
|
||||
set category "Watchdog"
|
||||
set name = "Panic Restart"
|
||||
set category = "Watchdog"
|
||||
|
||||
var/signal = file(restart_signal_file)
|
||||
var/signal = file(watchdog.restart_signal_file)
|
||||
log_admin("[key] restarted the server using the watchdog function")
|
||||
message_admins("[key] restarted the server using the watchdog function")
|
||||
signal << "1"
|
||||
|
||||
Reference in New Issue
Block a user