Modify Hook_IsLoadoutAllowed to always return true

This commit is contained in:
anim_state
2026-05-08 14:51:25 +03:00
committed by GitHub
parent 63a1546694
commit b580c9e4a4
@@ -3,5 +3,4 @@
auto Hook_IsLoadoutAllowed() -> bool
{
return true;
return IsLoadoutAllowed_o();
}