Don't remember what this is for, but it was in my repo so its probably important

This commit is contained in:
t00thpick1 2015-11-04 13:26:47 -05:00
parent 5b19e2e9d2
commit aa796266a7

View File

@ -340,7 +340,7 @@ public class ScoreboardManager {
}
for (String playerName : dirtyPowerLevels) {
McMMOPlayer mcMMOPlayer = UserManager.getOfflinePlayer(playerName);
McMMOPlayer mcMMOPlayer = UserManager.getPlayer(playerName);
if (mcMMOPlayer == null) {
continue;