mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
too much stuff
fix s3, fix health + backpack bug on 1.11, change replciation, fix 7.20 & 12.61, fix backpack on >S9, probably some other stuff i forgot
This commit is contained in:
@@ -14,7 +14,7 @@ void AFortPlayerPawn::ServerChoosePart(EFortCustomPartType Part, UObject* Chosen
|
||||
this->ProcessEvent(fn, &AFortPlayerPawn_ServerChoosePart_Params);
|
||||
}
|
||||
|
||||
void AFortPlayerPawn::ForceLaunchPlayerZiplinine() // Thanks android
|
||||
void AFortPlayerPawn::ForceLaunchPlayerZipline() // Thanks android
|
||||
{
|
||||
float ZiplineJumpDampening = -0.5f;
|
||||
float ZiplineJumpStrength = 1500.f;
|
||||
@@ -70,7 +70,7 @@ void AFortPlayerPawn::ServerSendZiplineStateHook(AFortPlayerPawn* Pawn, FZipline
|
||||
{
|
||||
if ((*(bool*)(__int64(PawnZiplineState) + bJumpedOffset)))
|
||||
{
|
||||
Pawn->ForceLaunchPlayerZiplinine();
|
||||
Pawn->ForceLaunchPlayerZipline();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user