#611 Admin unregister forces player to register even for optional registration

- Make /authme unregister behave the same way as /unregister for optional registration: user is informed but can continue playing; no teleportation to spawn
This commit is contained in:
ljacqu
2016-04-30 09:30:52 +02:00
parent 7f44ecdb40
commit b32e5da4c5
3 changed files with 38 additions and 27 deletions
@@ -97,7 +97,6 @@ public class AsynchronousUnregister implements Process {
}
service.send(player, MessageKey.UNREGISTERED_SUCCESS);
ConsoleLogger.info(player.getDisplayName() + " unregistered himself");
Utils.teleportToSpawn(player);
} else {
service.send(player, MessageKey.WRONG_PASSWORD);
}