Adds "paranoid" option to remove more powerful debug options from R_DEBUG.

The purpose of this is to allow for testers on our test server without them having advance proc call which can do some fun stuff with python, etc.
    Also removes debug controller so that testers can't just edit the configuration to remove debugparanoid

    The default config is the status quo, you have to go out of your way and set this option in config to remove proccal from R_DEBUG
This commit is contained in:
ccomp5950
2014-12-09 21:25:07 -05:00
parent 62b02025c1
commit 3414e48ceb
4 changed files with 21 additions and 1 deletions

View File

@@ -81,6 +81,8 @@
var/limitalienplayers = 0
var/alien_to_human_ratio = 0.5
var/debugparanoid = 0
var/server
var/banappeals
var/wikiurl
@@ -224,6 +226,9 @@
if ("log_say")
config.log_say = 1
if ("debug_paranoid")
config.debugparanoid = 1
if ("log_admin")
config.log_admin = 1