From 76f6b9e4b7c49815a7e516e0f4d845172452a580 Mon Sep 17 00:00:00 2001 From: Zach Iverson Date: Tue, 21 Jun 2011 04:33:32 -0400 Subject: [PATCH] Beta 2 release --- src/main/java/com/cypherx/xauth/commands/LoginCommand.java | 1 - src/main/resources/plugin.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/cypherx/xauth/commands/LoginCommand.java b/src/main/java/com/cypherx/xauth/commands/LoginCommand.java index ee319f6..0d668d3 100644 --- a/src/main/java/com/cypherx/xauth/commands/LoginCommand.java +++ b/src/main/java/com/cypherx/xauth/commands/LoginCommand.java @@ -47,7 +47,6 @@ public class LoginCommand implements CommandExecutor { xAuthMessages.send("loginErrPassword", player); return true; - //} else if (xAuthSettings.activation && account.getActive() == 0) { } int active = plugin.getDataManager().getActive(player.getName()); diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 7de82cb..c83b971 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: xAuth main: com.cypherx.xauth.xAuth -version: 2.0b1 +version: 2.0b2 description: Offline-Mode Security Suite author: CypherX commands: