Skip to content

Commit

Permalink
Fix UpdateNumber causing crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Oct 1, 2024
1 parent 7fd9b27 commit 38806ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ namespace Edelstein.Protocol.Gameplay.Entities.Inventories.Modifiers.Operations;
public record StructuredModifyInventoryOperationInfoUpdateNumber : StructuredModifyInventoryOperationInfo
{
[FieldOrder(0)]
public required int Number { get; init; }
public required short Number { get; init; }
}

0 comments on commit 38806ec

Please sign in to comment.