Fixed assembly table lasers not showing up in SSP.

Closes #89
This commit is contained in:
Kyprus 2012-07-15 14:44:09 -04:00
parent 40a5536edf
commit eb5fb522e1

View file

@ -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));