diff options
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 555ac8b9..14e1ff63 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -49,6 +49,10 @@ { "Name": "ns_should_log_unknown_clientcommands", "DefaultValue": "1" + }, + { + "Name": "ns_allow_kill_commands", + "DefaultValue": "0" } ], "Scripts": [ @@ -147,4 +151,4 @@ } } ] -}
\ No newline at end of file +} |