mirror of
https://github.com/moparisthebest/xAuth
synced 2024-12-21 22:58:51 -05:00
Beta 2 release
This commit is contained in:
parent
ce9757e2d5
commit
76f6b9e4b7
@ -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());
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user