Add wildcard to perform reset position for each players

This commit is contained in:
Xephi
2015-12-28 11:50:16 +01:00
parent 0103c5e2e5
commit c94b6223a1
3 changed files with 34 additions and 18 deletions
@@ -70,8 +70,7 @@ public class BungeeCordMessage implements PluginMessageListener {
} else if ("register".equals(act)) {
ConsoleLogger.info("Player " + auth.getNickname()
+ " has registered out from one of your server!");
}
else if ("changepassword".equals(act)) {
} else if ("changepassword".equals(act)) {
final String password = args[2];
auth.setHash(password);
if (args.length == 4)