forked from SteamWar/SteamWar
Fix nit
This commit is contained in:
@@ -41,6 +41,7 @@ public class CLine extends CEntity {
|
|||||||
private Location to;
|
private Location to;
|
||||||
private float width = DEFAULT_WIDTH;
|
private float width = DEFAULT_WIDTH;
|
||||||
private BlockData blockData = RBlockDisplay.DEFAULT_BLOCK;
|
private BlockData blockData = RBlockDisplay.DEFAULT_BLOCK;
|
||||||
|
private boolean hide = false;
|
||||||
|
|
||||||
public CLine(REntityServer server) {
|
public CLine(REntityServer server) {
|
||||||
super(server);
|
super(server);
|
||||||
@@ -78,8 +79,6 @@ public class CLine extends CEntity {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean hide = false;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void hide(boolean hide) {
|
public void hide(boolean hide) {
|
||||||
if (hide == this.hide) return;
|
if (hide == this.hide) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user