mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Typo
This commit is contained in:
parent
ccc6fd30f8
commit
18aef9d526
@ -59,9 +59,9 @@ public class InspectCommand implements CommandExecutor {
|
|||||||
return true;
|
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);
|
profile = new PlayerProfile(null, target.getName(), false);
|
||||||
|
|
||||||
if (!profile.isLoaded()) {
|
if (!profile.isLoaded()) {
|
||||||
sender.sendMessage(LocaleLoader.getString("Commands.DoesNotExist"));
|
sender.sendMessage(LocaleLoader.getString("Commands.DoesNotExist"));
|
||||||
return true;
|
return true;
|
||||||
|
@ -94,7 +94,7 @@ public class MmoeditCommand implements CommandExecutor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
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);
|
playerProfile = new PlayerProfile(null, args[0], false);
|
||||||
|
|
||||||
if (!playerProfile.isLoaded()) {
|
if (!playerProfile.isLoaded()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user