Skip to content

Commit

Permalink
fix(server): add resources_useSystemChat to pre-set list
Browse files Browse the repository at this point in the history
Having `resources_useSystemChat true` in a server.cfg wasn't working before.
  • Loading branch information
blattersturm committed Aug 4, 2023
1 parent 033b89f commit 528c0aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/components/citizen-server-main/src/ServerInstance.cpp
Expand Up @@ -37,6 +37,7 @@ static std::set<std::string, console::IgnoreCaseLess> setList =
"gamename",
"sv_enforceGameBuild",
"sv_licenseKey",
"resources_useSystemChat",
};

namespace fx
Expand Down

0 comments on commit 528c0aa

Please sign in to comment.