mirror of
https://github.com/correl/mage.git
synced 2025-04-03 01:08:59 -09:00
* Suspend - Fixed a bug of counterhandling that could produced wrong amount of counters to add.
This commit is contained in:
parent
d2b252b517
commit
92486e0b61
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class Counter implements Serializable {
|
|||
this.count = count;
|
||||
}
|
||||
|
||||
public Counter(Counter counter) {
|
||||
public Counter(final Counter counter) {
|
||||
this.name = counter.name;
|
||||
this.count = counter.count;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue