mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
netgame: fix compatibility for Woof complevel vanilla server
This commit is contained in:
parent
6a93b4fc35
commit
1dc57a508a
@ -130,6 +130,10 @@ static void LoadGameSettings(net_gamesettings_t *settings)
|
||||
if (demo_version == 0)
|
||||
{
|
||||
demo_version = 109;
|
||||
}
|
||||
|
||||
if (demo_version == 109)
|
||||
{
|
||||
compatibility = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user