mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
disable rebooting again
fixed looting bug, fixed parachute not auto deploying on some builds
This commit is contained in:
@@ -11,4 +11,10 @@ public:
|
||||
static auto PlayerControllerOffset = GetOffset("PlayerController");
|
||||
return Get<APlayerController*>(PlayerControllerOffset);
|
||||
}
|
||||
|
||||
int& GetCurrentNetSpeed()
|
||||
{
|
||||
static auto CurrentNetSpeedOffset = GetOffset("CurrentNetSpeed");
|
||||
return Get<int>(CurrentNetSpeedOffset);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user