SERVER: Fix Hellhound fog fading if map has no fog set

This commit is contained in:
cypress 2023-11-29 11:27:36 -05:00
parent d1d9613574
commit 5d7d18ab6c

View file

@ -242,6 +242,8 @@ void() NewRound =
if (world.fog) {
localcmd(strcat("fog ", world.fog));
} else {
localcmd("fog 0 0 0 0 0\n");
}
}