mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
fix practically every version since i broke it last commit
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
|
||||
static auto TeamIndexOffset = GetOffset("TeamIndex", false);
|
||||
|
||||
if (TeamIndexOffset != 0)
|
||||
if (TeamIndexOffset != -1)
|
||||
Get<uint8_t>(TeamIndexOffset) = InTeam;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user