Fixed #6930 (probably)

This commit is contained in:
Anuken 2022-06-08 10:00:32 -04:00
parent abb0078be3
commit 966a93ddfa
2 changed files with 2 additions and 1 deletions

View file

@ -784,6 +784,7 @@ public class ServerControl implements ApplicationListener{
if(info != null){
info.lastKicked = 0;
netServer.admins.kickedIPs.remove(info.lastIP);
info("Pardoned player: @", info.plainLastName());
}else{
err("That ID can't be found.");