From 56d9ab5c00089c2020411a11062e8743e7b4d660 Mon Sep 17 00:00:00 2001 From: hobnob13 Date: Tue, 6 May 2008 05:09:13 +0000 Subject: [PATCH] Remove debugging code that allows unauthorized remote reboot of server --- main-src/Code/cellautomata.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main-src/Code/cellautomata.dm b/main-src/Code/cellautomata.dm index c2ecfeb..7cbdb81 100644 --- a/main-src/Code/cellautomata.dm +++ b/main-src/Code/cellautomata.dm @@ -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