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