aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client
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.Client
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.Client')
-rw-r--r--Northstar.Client/mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index f7c7c9b5b..a22f49fdf 100644
--- a/Northstar.Client/mod.json
+++ b/Northstar.Client/mod.json
@@ -36,12 +36,12 @@
{
"Name": "modlist_show_convars",
"DefaultValue": "0",
- "Flags": 16777216
+ "Flags": "ARCHIVE_PLAYERPROFILE"
},
{
"Name": "modlist_reverse",
"DefaultValue": "0",
- "Flags": 16777216
+ "Flags": "ARCHIVE_PLAYERPROFILE"
}
],
"Scripts": [