fix: do not enforce fake cvars on legacy or xash3d environment
This commit is contained in:
parent
639f2b269f
commit
4154b66cc2
1 changed files with 1 additions and 1 deletions
|
|
@ -1157,7 +1157,7 @@ void Game::printBotVersion () {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Game::ensureHealthyGameEnvironment () {
|
void Game::ensureHealthyGameEnvironment () {
|
||||||
if (!isDedicated ()) {
|
if (!isDedicated () || game.is (GameFlags::Legacy | GameFlags::Xash3D)) {
|
||||||
return; // listen servers doesn't care about it at all
|
return; // listen servers doesn't care about it at all
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue