file removed

This commit is contained in:
Woosle Park 2019-03-28 02:13:20 -04:00
parent b7839480c3
commit eb2635db73
2 changed files with 0 additions and 2472 deletions

View File

@ -22,8 +22,6 @@ public class ExecutionTimeListener implements GameEventListener {
if (object instanceof ControllableUnit) {
count = ((ControllableUnit) object).getParent().getStats().getInt("executionTime");
count++;
LogManager.LOGGER.info(((ControllableUnit) object).getParent().getUsername() + " execution time " +
Integer.toString(count));
((ControllableUnit) object).getParent().getStats().setInt("executionTime",
count);

2470
no

File diff suppressed because it is too large Load Diff