From 92fbafe43210c64dcca395222096611210611d6e Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Sat, 21 Mar 2026 21:13:21 -0500 Subject: [PATCH] ahhhhhhh --- Minecraft.World/Items/PotionItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.World/Items/PotionItem.cpp b/Minecraft.World/Items/PotionItem.cpp index 502c382e1..7ffc5ceee 100644 --- a/Minecraft.World/Items/PotionItem.cpp +++ b/Minecraft.World/Items/PotionItem.cpp @@ -366,7 +366,7 @@ void PotionItem::registerIcons(IconRegister* iconRegister) { iconOverlay = iconRegister->registerIcon(CONTENTS_ICON); } -Icon* PotionItem::getTexture(consstd::t std::wstring& name) { +Icon* PotionItem::getTexture(const std::wstring& name) { if (name.compare(DEFAULT_ICON) == 0) return Item::potion->iconDrinkable; if (name.compare(THROWABLE_ICON) == 0) return Item::potion->iconThrowable; if (name.compare(CONTENTS_ICON) == 0) return Item::potion->iconOverlay;