From 860681d723af172aa7157ef37a861040d603b954 Mon Sep 17 00:00:00 2001 From: MrRconTR Date: Sat, 25 May 2013 21:45:22 +0300 Subject: [PATCH] Authme.java --- src/uk/org/whoami/authme/AuthMe.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/uk/org/whoami/authme/AuthMe.java b/src/uk/org/whoami/authme/AuthMe.java index 431661f..5ef5604 100644 --- a/src/uk/org/whoami/authme/AuthMe.java +++ b/src/uk/org/whoami/authme/AuthMe.java @@ -134,11 +134,11 @@ public void onEnable() { Priority.Lowest, this); this.getCommand("authme").setExecutor(new AdminCommand(database)); - this.getCommand("register").setExecutor(new RegisterCommand(database)); - this.getCommand("login").setExecutor(new LoginCommand(database)); - this.getCommand("changepassword").setExecutor(new ChangePasswordCommand(database)); - this.getCommand("logout").setExecutor(new LogoutCommand(this,database)); - this.getCommand("unregister").setExecutor(new UnregisterCommand(this, database)); + this.getCommand("kayitol").setExecutor(new RegisterCommand(database)); + this.getCommand("giris").setExecutor(new LoginCommand(database)); + this.getCommand("sifredegistir").setExecutor(new ChangePasswordCommand(database)); + this.getCommand("cikis").setExecutor(new LogoutCommand(this,database)); + this.getCommand("kayitsil").setExecutor(new UnregisterCommand(this, database)); onReload(this.getServer().getOnlinePlayers()); ConsoleLogger.info("Authme " + this.getDescription().getVersion() + " enabled");