added echo to Wall.clearStargate() method

This commit is contained in:
hegedusfanni 2016-03-29 02:26:26 +02:00 committed by Kjistóf
parent 94965f70fb
commit 120c459df9

View File

@ -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()