missed this, woops!

This commit is contained in:
Sleaker 2012-04-06 15:47:44 -07:00
parent 194eb49c31
commit 72399d11f1
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ public class Vault extends JavaPlugin {
loadChat();
getCommand("vault-info").setExecutor(this);
getCommand("vault-reload").setExecutor(this);
getCommand("vault-convert").setExecutor(this);
getServer().getPluginManager().registerEvents(new VaultListener(), this);