mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Typo
This commit is contained in:
parent
ccc6fd30f8
commit
18aef9d526
@ -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;
|
||||
|
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user