Fixed textmode
This commit is contained in:
parent
742960769c
commit
a0d9bc70a7
@ -18,8 +18,11 @@ DEFINE_HOOKED_METHOD(LevelShutdown, void, void *this_)
|
||||
chat_stack::Reset();
|
||||
EC::run(EC::LevelShutdown);
|
||||
// Free memory for hitbox cache
|
||||
|
||||
entity_cache::Shutdown();
|
||||
#if ENABLE_GUI
|
||||
hacks::shared::esp::Shutdown();
|
||||
#endif
|
||||
#if ENABLE_IPC
|
||||
if (ipc::peer)
|
||||
{
|
||||
|
Reference in New Issue
Block a user