bm01 %!s(int64=13) %!d(string=hai) anos
pai
achega
18aef9d526

+ 2 - 2
src/main/java/com/gmail/nossr50/commands/general/InspectCommand.java

@@ -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;

+ 1 - 1
src/main/java/com/gmail/nossr50/commands/general/MmoeditCommand.java

@@ -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()) {