Code format
This commit is contained in:
parent
542a2e5d5a
commit
27ad2c2b96
3 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
package appeng.items.tools.powered.powersink;
|
||||
|
||||
|
||||
import net.minecraft.entity.EntityLivingBase;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
|
|
|
@ -317,7 +317,7 @@ public abstract class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicSt
|
|||
{
|
||||
newFreq = this.getProxy().getP2P().newFrequency();
|
||||
}
|
||||
|
||||
|
||||
this.getProxy().getP2P().updateFreq( this, newFreq );
|
||||
}
|
||||
catch( final GridAccessException e )
|
||||
|
|
|
@ -139,7 +139,7 @@ public class StorageHelper
|
|||
passanger.startRiding( entity, true );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
entity.world.updateEntity( entity );
|
||||
|
||||
return entity;
|
||||
|
|
Loading…
Reference in a new issue