[Maps] Add temporary workaround to force model drawing
This commit is contained in:
parent
f2dcab13e1
commit
df59a4089e
@ -465,6 +465,11 @@ namespace Components
|
||||
{
|
||||
AssertSize(Game::XAssetEntry, 16);
|
||||
|
||||
Command::Add("skipModel", [](Command::Params*)
|
||||
{
|
||||
Utils::Hook::Nop(0x541F02, 6);
|
||||
});
|
||||
|
||||
Maps::EntryPool.clear();
|
||||
|
||||
if (ZoneBuilder::IsEnabled())
|
||||
|
Loading…
Reference in New Issue
Block a user