Start changing PlayerProfile to use an OfflinePlayer

This commit is contained in:
GJ
2012-07-06 09:14:25 -04:00
parent 18aef9d526
commit bc6233541a
5 changed files with 30 additions and 23 deletions

View File

@@ -401,7 +401,7 @@ public class mcMMO extends JavaPlugin {
}
if (configInstance.getCommandMmoeditEnabled()) {
getCommand("mmoedit").setExecutor(new MmoeditCommand());
getCommand("mmoedit").setExecutor(new MmoeditCommand(this));
}
if (configInstance.getCommandInspectEnabled()) {