added echo to Wall.clearStargate() method
This commit is contained in:
parent
94965f70fb
commit
120c459df9
@ -17,7 +17,12 @@ public class Wall extends Tile {
|
||||
}
|
||||
|
||||
public void clearStargate(){
|
||||
Menu.addTab();
|
||||
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Wall.clearStargate()");
|
||||
sg = null;
|
||||
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Wall.clearStargate()");
|
||||
Menu.removeTab();
|
||||
|
||||
}
|
||||
|
||||
public void onEntry()
|
||||
|
Loading…
Reference in New Issue
Block a user