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;
|
package appeng.items.tools.powered.powersink;
|
||||||
|
|
||||||
|
|
||||||
import net.minecraft.entity.EntityLivingBase;
|
import net.minecraft.entity.EntityLivingBase;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
|
|
||||||
|
|
|
@ -317,7 +317,7 @@ public abstract class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicSt
|
||||||
{
|
{
|
||||||
newFreq = this.getProxy().getP2P().newFrequency();
|
newFreq = this.getProxy().getP2P().newFrequency();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.getProxy().getP2P().updateFreq( this, newFreq );
|
this.getProxy().getP2P().updateFreq( this, newFreq );
|
||||||
}
|
}
|
||||||
catch( final GridAccessException e )
|
catch( final GridAccessException e )
|
||||||
|
|
|
@ -139,7 +139,7 @@ public class StorageHelper
|
||||||
passanger.startRiding( entity, true );
|
passanger.startRiding( entity, true );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
entity.world.updateEntity( entity );
|
entity.world.updateEntity( entity );
|
||||||
|
|
||||||
return entity;
|
return entity;
|
||||||
|
|
Loading…
Reference in a new issue