aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-10-10 15:04:47 +0200
committerGitHub <noreply@github.com>2023-10-10 15:04:47 +0200
commit70c599a345bf5be16ae76d98de2943ee388e6d07 (patch)
treea139c3796afae7d4cf121a32a040531f441792d1 /Northstar.CustomServers
parent9eede6047a18d9936b2d98c1499cc90bd8d091d7 (diff)
downloadNorthstarMods-70c599a345bf5be16ae76d98de2943ee388e6d07.tar.gz
NorthstarMods-70c599a345bf5be16ae76d98de2943ee388e6d07.zip
Use string convar flags (#740)
Uses string names for convars (been supported since refactor but not yet used) rather than magic numbers Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
Diffstat (limited to 'Northstar.CustomServers')
-rw-r--r--Northstar.CustomServers/mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index e6f2c4b7a..de3fcd0d1 100644
--- a/Northstar.CustomServers/mod.json
+++ b/Northstar.CustomServers/mod.json
@@ -20,7 +20,7 @@
{
"Name": "ns_allow_spectators",
"DefaultValue": "0",
- "Flags": 8192
+ "Flags": "REPLICATED"
},
{
"Name": "ns_private_match_last_mode",