mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 07:28:04 +08:00

* Reduces natives called in hotkey_service::wndproc to prevent collisions. * Removed debug code from carmod_shop::STAT_GET_INT * Fixed #2152. * Added sanity check to script thread in hotkey_service::wndproc. Made is_mp_chat_active atomic to ensure cache coherence. * Closes #2164