diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2023-10-10 16:41:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 17:41:48 +0200 |
commit | add7305318b6fc1fe74389c60c352a19bddd7748 (patch) | |
tree | 2926817f4733bfd2a2c8b9694895c035cd03bb48 /Northstar.CustomServers/mod.json | |
parent | 70c599a345bf5be16ae76d98de2943ee388e6d07 (diff) | |
download | NorthstarMods-add7305318b6fc1fe74389c60c352a19bddd7748.tar.gz NorthstarMods-add7305318b6fc1fe74389c60c352a19bddd7748.zip |
Remove unnecessary convars (#530)v1.19.6-rc2v1.19.6
Removes some convars we don't need at all
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index de3fcd0d..fa51f4d4 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -5,15 +5,6 @@ "LoadPriority": 0, "ConVars": [ { - "Name": "ns_lobby_type", - "DefaultValue": "0" - }, - { - "Name": "ns_is_modded_server", - "DefaultValue": "1", - "Flags": 8192 - }, - { "Name": "ns_should_return_to_lobby", "DefaultValue": "1" }, |