Remove solved todo message

This commit is contained in:
ljacqu 2016-06-16 08:03:48 +02:00 committed by GitHub
parent df17821e85
commit 2c4d1b54cf

View File

@ -47,7 +47,6 @@ public class ChangePasswordCommand extends PlayerCommand {
return;
}
// TODO ljacqu 20160117: Call async task via Management
management.performPasswordChange(player, oldPassword, newPassword);
}
}