mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Added an alert to the controller button. Be wary of pushing that thing unless you are sure that it has actually crashed and is not just running slow.
Other than that just a few minor fixes git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1998 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
/client/proc/restartcontroller()
|
||||
set category = "Debug"
|
||||
set name = "Restart Master Controller"
|
||||
|
||||
master_controller.process()
|
||||
switch(alert("Are you sure? If the control is still running it will now be running twice.",,"Yes","No"))
|
||||
if("Yes")
|
||||
spawn(0)
|
||||
master_controller.process()
|
||||
if("No")
|
||||
return 0
|
||||
return
|
||||
Reference in New Issue
Block a user