fix a typo

This commit is contained in:
2026-01-02 22:08:47 +01:00
parent e797f803c1
commit 8bc637b9b8
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public class ArcaneMissile : ModItem
public override void UpdateAccessory(Player player, bool hideVisual)
{
player.GetModPlayer<YhtPlayer>().ArcaneMissle = Item.damage;
player.GetModPlayer<YhtPlayer>().ArcaneMissile = Item.damage;
base.UpdateAccessory(player, hideVisual);
}