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();
|
Menu.addTab();
|
||||||
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() +
|
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() +
|
||||||
"]" + Menu.tabulator + "Wall.spawnStargate(stargate," + direction.name() + ")");
|
"]" + Menu.tabulator + "Wall.spawnStargate(stargate," + direction.name() + ")");
|
||||||
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() +
|
|
||||||
"]" + Menu.tabulator + "Wall.spawnStargate()");
|
|
||||||
Menu.removeTab();
|
Menu.removeTab();
|
||||||
if(sg == null)
|
if(sg == null)
|
||||||
sg = stargate;
|
sg = stargate;
|
||||||
else return;
|
else return;
|
||||||
|
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() +
|
||||||
|
"]" + Menu.tabulator + "Wall.spawnStargate()");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void clearStargate(){
|
public void clearStargate(){
|
||||||
|
Loading…
Reference in New Issue
Block a user