This commit is contained in:
bm01 2012-07-06 07:13:52 +02:00
parent ccc6fd30f8
commit 18aef9d526
2 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@ public class InspectCommand implements CommandExecutor {
return true;
}
//Temporary profile, it would be better to be able to create if with an OfflinePlayer instead
//Temporary profile, it would be better to be able to create it with an OfflinePlayer instead
profile = new PlayerProfile(null, target.getName(), false);
if (!profile.isLoaded()) {
sender.sendMessage(LocaleLoader.getString("Commands.DoesNotExist"));
return true;

View File

@ -94,7 +94,7 @@ public class MmoeditCommand implements CommandExecutor {
}
}
else {
//Temporary profile, it would be better to be able to create if with an OfflinePlayer instead
//Temporary profile, it would be better to be able to create it with an OfflinePlayer instead
playerProfile = new PlayerProfile(null, args[0], false);
if (!playerProfile.isLoaded()) {