~ruther/NosSmooth

8bd2c5c6dcdd538ed31fbf7a0c00ac9d8bdfa7f1 — Rutherther 3 years ago 168c60a
fix(localbinding): correct player manager offsets
1 files changed, 1 insertions(+), 1 deletions(-)

M Local/NosSmooth.LocalBinding/Options/PlayerManagerOptions.cs
M Local/NosSmooth.LocalBinding/Options/PlayerManagerOptions.cs => Local/NosSmooth.LocalBinding/Options/PlayerManagerOptions.cs +1 -1
@@ 23,5 23,5 @@ public class PlayerManagerOptions
    /// Gets or sets the offsets to find the player manager at from the static address.
    /// </summary>
    public int[] PlayerManagerOffsets { get; set; }
        = { 6, 0, 0 };
        = { 6, 0 };
}
\ No newline at end of file

Do not follow this link