make resetplayer less aggressive

I dont particularly want to be kicked and feel like im being interrogated.
This commit is contained in:
ginlang 2022-04-01 22:04:20 +01:00 committed by GitHub
parent f9d64ce765
commit c7b6da489b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class Command_resetplayer extends FreedomCommand {
}
if (target.isOnline()) {
target.getPlayer().kickPlayer(ChatColor.RED + "YOU ARE BEING RESET.");
target.getPlayer().kickPlayer(ChatColor.RED + "Your playerdata is being reset, please rejoin.");
}
Utilities.adminAction(sender.getName(),