1
0

Another curly

This commit is contained in:
Tiger Wang 2014-03-30 13:07:28 +01:00
parent 515e4bdb13
commit a87bd5788f

View File

@ -1,4 +1,3 @@
// ItemMinecart.h
// Declares the various minecart ItemHandlers
@ -74,7 +73,9 @@ public:
Minecart->Initialize(a_World);
if (!a_Player->IsGameModeCreative())
{
a_Player->GetInventory().RemoveOneEquippedItem();
}
return true;
}