fix map patches

This commit is contained in:
m 2022-12-21 16:53:47 -06:00
parent d19aa9ee3e
commit cce5daf9a4

View File

@ -12,7 +12,7 @@ namespace map_patches
public:
void post_unpack() override
{
if (!game::environment::is_mp())
if (game::environment::is_sp())
{
return;
}