Arranged InspectCommand

This commit is contained in:
bm01
2012-07-07 19:39:22 +02:00
parent 73bb73c8ca
commit 5571e0bc0c
2 changed files with 13 additions and 21 deletions

View File

@@ -405,7 +405,7 @@ public class mcMMO extends JavaPlugin {
}
if (configInstance.getCommandInspectEnabled()) {
getCommand("inspect").setExecutor(new InspectCommand(this));
getCommand("inspect").setExecutor(new InspectCommand());
}
if (configInstance.getCommandXPRateEnabled()) {