parent
40a5536edf
commit
eb5fb522e1
1 changed files with 271 additions and 271 deletions
|
@ -164,7 +164,7 @@ public class TileLaser extends TileBuildCraft implements IPowerReceptor {
|
|||
|
||||
protected void createLaser() {
|
||||
|
||||
if (!APIProxy.isClient(worldObj))
|
||||
if (APIProxy.isServerSide())
|
||||
return;
|
||||
|
||||
laser = new EntityEnergyLaser(worldObj, new Position(xCoord, yCoord, zCoord), new Position(xCoord, yCoord, zCoord));
|
||||
|
|
Loading…
Reference in a new issue