BOLON fix
This commit is contained in:
parent
bb06233b24
commit
43e7bc034e
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ public class SpaceEventHandler
|
|||
if (consumeO2(((EntityPlayerMP)entity).inventory.mainInventory))
|
||||
{
|
||||
setPlayerAirValue(entity, 300);
|
||||
((EntityPlayerMP)entity).inventory.addItemStackToInventory(new ItemStack(WarpDriveConfig.i.IC2_Air[0],1,0));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue