Disable images on dedi

This commit is contained in:
Maurice Heumann 2021-05-17 22:52:00 +02:00
parent 7868f36312
commit a04f166b15

View File

@ -108,6 +108,8 @@ namespace images
public:
void post_unpack() override
{
if (game::environment::is_dedi()) return;
load_texture_hook.create(SELECT_VALUE(0x140484970, 0x1405A21F0), load_texture_stub);
}
};