forked from External/mage
Fixed EntityManager not setting arguments. Added class for calculating and displaying statistics.
This commit is contained in:
parent
d951df41ec
commit
b9554ac31a
2 changed files with 115 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ public enum EntityManager implements Storage {
|
|||
}
|
||||
args.add(arg);
|
||||
}
|
||||
log.setArguments(args);
|
||||
logs.add(log);
|
||||
}
|
||||
rs.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue