Fix placing value in the wrong map
This commit is contained in:
parent
e835747469
commit
2ff8e79766
@ -49,7 +49,7 @@ public class PlayerStats
|
||||
{
|
||||
synchronized (lock)
|
||||
{
|
||||
_stats.put(statName, value);
|
||||
_statsOld.put(statName, value);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user