Skip to content

Commit 70d82b6

Browse files
committed
I think I should rename this...
1 parent 52a9256 commit 70d82b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NativeModules/Kit/Item/KitItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public KitItem(ushort id, byte durability, byte amount) {
6767
Durability = durability;
6868
Amount = amount;
6969

70-
ItemUtil.GetItem(id).IfPresent(ass => Metadata = ass.getState());
70+
ItemUtil.GetItem(id).IfPresent(asset => Metadata = asset.getState());
7171
}
7272

7373
/// <summary>

0 commit comments

Comments
 (0)