1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 11:13:00 +01:00

Inspect now checks if player exists in Database

This commit is contained in:
nossr50
2012-02-29 13:02:24 -08:00
parent 4641e4701c
commit 906bc01b91
3 changed files with 51 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ public class Users {
}
public static PlayerProfile getOfflineProfile(String playerName){
return new PlayerProfile(playerName);
return new PlayerProfile(playerName, false);
}
public static Users getInstance() {