Fixed typo in findip command / Tweaks to kicking criteria

This commit is contained in:
Anuken
2018-04-11 10:25:59 -04:00
parent 697e288de2
commit bed34c4cad
2 changed files with 3 additions and 3 deletions

View File

@@ -592,7 +592,7 @@ public class ServerControl extends Module {
}
Log.info("&lcUse the info command to examine each person individually.");
}else{
info("Nobody with that name could be found.");
info("Nobody with that IP could be found.");
}
});