[QuickPatch] Workaround
This commit is contained in:
parent
c1ddfdf1e2
commit
d85b422732
@ -483,6 +483,9 @@ namespace Components
|
|||||||
Game::Con_DrawMiniConsole(0, 2, 4, (Game::CL_IsCgameInitialized() ? 1.0f : 0.4f));
|
Game::Con_DrawMiniConsole(0, 2, 4, (Game::CL_IsCgameInitialized() ? 1.0f : 0.4f));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
#else
|
||||||
|
// Remove missing tag message
|
||||||
|
Utils::Hook::Nop(0x4EBF1A, 5);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user