mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 23:35:09 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -392,7 +392,7 @@ std::shared_ptr<ItemInstance> RepairMenu::quickMoveStack(std::shared_ptr<Player>
|
||||
return clicked;
|
||||
}
|
||||
|
||||
void RepairMenu::setItemName(const wstring &name)
|
||||
void RepairMenu::setItemName(const std::wstring &name)
|
||||
{
|
||||
this->itemName = name;
|
||||
if (getSlot(RESULT_SLOT)->hasItem())
|
||||
|
||||
Reference in New Issue
Block a user