Skip to content

Commit

Permalink
array sizes fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dooly123 committed Jan 11, 2025
1 parent fb8cffc commit 7d0ddba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static partial class SerializableBasis
public struct LocalAvatarSyncMessage
{
public byte[] array;
public const int AvatarSyncSize = 202;
public const int AvatarSyncSize = 204;
public const int StoredBones = 89;
public AdditionalAvatarData[] AdditionalAvatarDatas;
public bool hasAdditionalAvatarData;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static partial class SerializableBasis
public struct LocalAvatarSyncMessage
{
public byte[] array;
public const int AvatarSyncSize = 202;
public const int AvatarSyncSize = 204;
public const int StoredBones = 89;
public AdditionalAvatarData[] AdditionalAvatarDatas;
public bool hasAdditionalAvatarData;
Expand Down

0 comments on commit 7d0ddba

Please sign in to comment.