This commit is contained in:
Rseifert 2012-07-02 02:38:05 -04:00
parent 2a6f3cb9f9
commit cd3ee4e4c8

View file

@ -11,7 +11,7 @@ public class TileEntityMachine extends TileEntity implements ITextureProvider, U
public TileEntity getSteamMachine(int i)
{
int x = this.xCoord;
int x = this.xCoord;
int y = this.yCoord;
int z = this.zCoord;