Typo dosn't

This commit is contained in:
thatsIch
2014-09-21 01:33:50 +02:00
parent 4103cb4b1b
commit fbe541f8d7
+1 -1
View File
@@ -51,7 +51,7 @@ public class TileVibrationChamber extends AENetworkInvTile implements IGridTicka
{
boolean wasOn = isOn;
isOn = data.readBoolean();
return wasOn != isOn; // TESR dosn't need updates!
return wasOn != isOn; // TESR doesn't need updates!
}
@TileEvent(TileEventType.NETWORK_WRITE)