1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-05 23:24:44 +02:00

Start changing PlayerProfile to use an OfflinePlayer

This commit is contained in:
GJ
2012-07-06 09:14:25 -04:00
parent 18aef9d526
commit bc6233541a
5 changed files with 30 additions and 23 deletions
src/main/java/com/gmail/nossr50

@ -44,7 +44,7 @@ public class Users {
playerProfile.setPlayer(player);
}
else {
playerProfile = new PlayerProfile(player, playerName, true);
playerProfile = new PlayerProfile(player, true);
profiles.put(playerName, playerProfile);
}