mirror of
https://github.com/moparisthebest/xAuth
synced 2024-12-22 07:08: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);
|
xAuthMessages.send("loginErrPassword", player);
|
||||||
return true;
|
return true;
|
||||||
//} else if (xAuthSettings.activation && account.getActive() == 0) {
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int active = plugin.getDataManager().getActive(player.getName());
|
int active = plugin.getDataManager().getActive(player.getName());
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: xAuth
|
name: xAuth
|
||||||
main: com.cypherx.xauth.xAuth
|
main: com.cypherx.xauth.xAuth
|
||||||
version: 2.0b1
|
version: 2.0b2
|
||||||
description: Offline-Mode Security Suite
|
description: Offline-Mode Security Suite
|
||||||
author: CypherX
|
author: CypherX
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user