Ooops, don't push test methods :')

This commit is contained in:
vanhec_a 2015-10-31 18:41:57 +01:00
parent 6007ffb8ef
commit 9629ad1594

View File

@ -182,7 +182,6 @@ public class NewAPI {
*/
public void forceUnregister(Player player)
{
forceLogout(player);
plugin.management.performUnregister(player, "", true);
}
}