bug fixes, logic fixes

This commit is contained in:
explorer
2024-10-18 01:46:40 +03:00
parent 1af4705b49
commit 2028a2886b
4 changed files with 46 additions and 75 deletions

View File

@ -6,20 +6,20 @@ void __thiscall Redirected_Spawn_Grenade(void* Entity)
float Minimum[3] =
{
-16,
-16.f,
-16,
-16.f,
-16
-16.f
};
float Maximum[3] =
{
16,
16.f,
16,
16.f,
16
16.f
};
Set_Size_Type((unsigned __int32)Client_Module + 281664)(Entity, Minimum, Maximum);