mirror of
https://github.com/qwertyuiop3/Storm.git
synced 2025-06-26 09:43:03 +08:00
bug fixes, logic fixes
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user