[AssetHandler] Don't enable missing hook for ZB
This commit is contained in:
parent
63c59b70c2
commit
2680ed2981
@ -424,7 +424,7 @@ namespace Components
|
||||
Utils::Hook(0x5BB6EC, AssetHandler::StoreEmptyAssetStub, HOOK_CALL).install()->quick();
|
||||
|
||||
// Intercept missing asset messages
|
||||
Utils::Hook(0x5BB3F2, AssetHandler::MissingAssetError, HOOK_CALL).install()->quick();
|
||||
if(!ZoneBuilder::IsEnabled()) Utils::Hook(0x5BB3F2, AssetHandler::MissingAssetError, HOOK_CALL).install()->quick();
|
||||
|
||||
// Log missing empty assets
|
||||
Scheduler::OnFrame([] ()
|
||||
|
Loading…
Reference in New Issue
Block a user