diff options
Diffstat (limited to 'src/Items/ItemPotion.h')
-rw-r--r-- | src/Items/ItemPotion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemPotion.h b/src/Items/ItemPotion.h index 906991348..28f8002cc 100644 --- a/src/Items/ItemPotion.h +++ b/src/Items/ItemPotion.h @@ -75,7 +75,7 @@ public: if (!a_Player->IsGameModeCreative()) { a_Player->GetInventory().RemoveOneEquippedItem(); - a_Player->GetInventory().AddItem(E_ITEM_GLASS_BOTTLE); + a_Player->GetInventory().AddItem(cItem(E_ITEM_GLASS_BOTTLE)); } return true; } |