mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 10:36: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) {
|
if (object instanceof ControllableUnit) {
|
||||||
count = ((ControllableUnit) object).getParent().getStats().getInt("executionTime");
|
count = ((ControllableUnit) object).getParent().getStats().getInt("executionTime");
|
||||||
count++;
|
count++;
|
||||||
LogManager.LOGGER.info(((ControllableUnit) object).getParent().getUsername() + " execution time " +
|
|
||||||
Integer.toString(count));
|
|
||||||
|
|
||||||
((ControllableUnit) object).getParent().getStats().setInt("executionTime",
|
((ControllableUnit) object).getParent().getStats().setInt("executionTime",
|
||||||
count);
|
count);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user