mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -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)
|
if (demo_version == 0)
|
||||||
{
|
{
|
||||||
demo_version = 109;
|
demo_version = 109;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (demo_version == 109)
|
||||||
|
{
|
||||||
compatibility = true;
|
compatibility = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user