Fixed textmode

This commit is contained in:
Stephen 2023-01-07 16:12:53 -05:00 committed by LightCat
parent 742960769c
commit a0d9bc70a7

View File

@ -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)
{