Remove debugging code that allows unauthorized remote reboot of server

This commit is contained in:
hobnob13
2008-05-06 05:09:13 +00:00
parent fc10440a68
commit 56d9ab5c00
-6
View File
@@ -1212,12 +1212,6 @@
world.log << "TOPIC: Remote reboot from master ([addr])"
world.Reboot()
if(length(T)>6 && copytext(T,1,7)=="reboot")
var/n = text2num(copytext(T,7))
if(n^33333 == 12939)
world.log << "TOPIC: Remote reboot order from [addr]"
world.Reboot()
if(T=="players")
var/n = 0