Little changing in the echoes of Wall

Megcseréltem a két részt, mert a metódus törzse az echo után jött csak.
This commit is contained in:
muskenum 2016-04-03 23:14:59 +02:00
parent 68a6c44ae5
commit cfb630ff18

View File

@ -8,12 +8,12 @@ public class Wall extends Tile {
Menu.addTab();
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() +
"]" + Menu.tabulator + "Wall.spawnStargate(stargate," + direction.name() + ")");
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() +
"]" + Menu.tabulator + "Wall.spawnStargate()");
Menu.removeTab();
if(sg == null)
sg = stargate;
else return;
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() +
"]" + Menu.tabulator + "Wall.spawnStargate()");
}
public void clearStargate(){