mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-08-22 20:26:18 +01:00
Remove debugging code that allows unauthorized remote reboot of server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user