fix map patches

This commit is contained in:
m 2022-12-21 16:53:47 -06:00
parent 7a1b9cf6ee
commit bf965d0688

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;
}