diff --git a/scripts/GUI/HUD/Components/HUDPlayer.as b/scripts/GUI/HUD/Components/HUDPlayer.as index fc11a41..bdbaf4f 100644 --- a/scripts/GUI/HUD/Components/HUDPlayer.as +++ b/scripts/GUI/HUD/Components/HUDPlayer.as @@ -166,7 +166,7 @@ class HUDPlayer : HUDComponent // Materials Tracking int goldCount = record.GetMaterial(MaterialType::Gold); int woodCount = record.GetMaterial(MaterialType::Wood); - int stoneCount = record.GetMaterial(MaterialType::Wood); + int stoneCount = record.GetMaterial(MaterialType::Stone); int ironCount = record.GetMaterial(MaterialType::Iron); int crysCount = record.GetMaterial(MaterialType::Crystals); int dustCount = record.GetMaterial(MaterialType::Dust);