mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-15 15:20:57 -08:00
Fixed #6930 (probably)
This commit is contained in:
parent
abb0078be3
commit
966a93ddfa
2 changed files with 2 additions and 1 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue