mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix practically every version since i broke it last commit
This commit is contained in:
@@ -6,7 +6,7 @@ int& APlayerState::GetPlayerID()
|
||||
{
|
||||
static auto PlayerIDOffset = FindOffsetStruct("/Script/Engine.PlayerState", "PlayerID", false);
|
||||
|
||||
if (PlayerIDOffset == 0)
|
||||
if (PlayerIDOffset == -1)
|
||||
{
|
||||
static auto PlayerIdOffset = FindOffsetStruct("/Script/Engine.PlayerState", "PlayerId", false);
|
||||
return Get<int>(PlayerIdOffset);
|
||||
|
||||
Reference in New Issue
Block a user