Another curly
This commit is contained in:
parent
515e4bdb13
commit
a87bd5788f
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
// ItemMinecart.h
|
// ItemMinecart.h
|
||||||
|
|
||||||
// Declares the various minecart ItemHandlers
|
// Declares the various minecart ItemHandlers
|
||||||
@ -74,7 +73,9 @@ public:
|
|||||||
Minecart->Initialize(a_World);
|
Minecart->Initialize(a_World);
|
||||||
|
|
||||||
if (!a_Player->IsGameModeCreative())
|
if (!a_Player->IsGameModeCreative())
|
||||||
|
{
|
||||||
a_Player->GetInventory().RemoveOneEquippedItem();
|
a_Player->GetInventory().RemoveOneEquippedItem();
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user