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:
parent
68a6c44ae5
commit
cfb630ff18
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user