Fix placing value in the wrong map

This commit is contained in:
AlexTheCoder 2017-11-07 02:22:16 -05:00 committed by Alexander Meech
parent e835747469
commit 2ff8e79766
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class PlayerStats
{
synchronized (lock)
{
_stats.put(statName, value);
_statsOld.put(statName, value);
}
}