Fix Subway Super checks (#2652)

Oops, it's actually a byte...
This commit is contained in:
Egzon 2020-01-21 20:00:09 +01:00 committed by Kurt
parent d9c162b5cf
commit 9cce65e937

View File

@ -65,8 +65,8 @@ public int MultiFriendsRecord
// Super Check
public int SuperCheck
{
get => BitConverter.ToUInt16(Data, Offset + 0x04);
set => BitConverter.GetBytes((ushort)value).CopyTo(Data, Offset + 0x04);
get => Data[Offset + 0x04];
set => Data[Offset + 0x04] = (byte)value;
}
// Super