mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
file removed
This commit is contained in:
parent
b7839480c3
commit
eb2635db73
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user