fixed echoes in the Box class
Hiányzott még két sysout, meg az egyik addTab helyett remove volt, ezek lettek javítva.
This commit is contained in:
parent
3a975047c4
commit
79bd5062ec
@ -6,12 +6,14 @@ public class Box implements cicaprojekt.Pickable, cicaprojekt.Destroyable
|
||||
public void destroy() {
|
||||
Menu.addTab();
|
||||
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Box.destroy()");
|
||||
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Box.destroy()");
|
||||
Menu.removeTab();
|
||||
}
|
||||
|
||||
public void pick() {
|
||||
Menu.removeTab();
|
||||
Menu.addTab();
|
||||
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Box.pick()");
|
||||
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Box.pick()");
|
||||
Menu.removeTab();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user