mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Disable images on dedi
This commit is contained in:
parent
7868f36312
commit
a04f166b15
@ -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);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user