Don't pass the plugin.

This commit is contained in:
GJ
2013-02-12 11:44:29 -05:00
parent 5d693c5d8f
commit 51493fab48
2 changed files with 4 additions and 9 deletions

View File

@@ -290,7 +290,7 @@ public class mcMMO extends JavaPlugin {
CommandRegistrationHelper.registerAdminChatCommand();
CommandRegistrationHelper.registerPartyCommand();
CommandRegistrationHelper.registerPartyChatCommand();
getCommand("ptp").setExecutor(new PtpCommand(this));
getCommand("ptp").setExecutor(new PtpCommand());
// Other commands
CommandRegistrationHelper.registerAddxpCommand();