fixed echoes in the FlowOfTime class
This commit is contained in:
parent
50456d092a
commit
10bb64282b
@ -7,5 +7,11 @@ public class FlowOfTime extends Timer{
|
||||
private TimerTask timeup;
|
||||
private long gametime;
|
||||
|
||||
public void start() {}
|
||||
public void start()
|
||||
{
|
||||
Menu.addTab();
|
||||
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "FlowOfTime.start()");
|
||||
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "FlowOfTime.start()");
|
||||
Menu.removeTab();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user