mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-23 22:28:08 +07:00
Fix typo mistake
This commit is contained in:
@ -386,7 +386,7 @@ public class ServerControl extends Module {
|
||||
}
|
||||
});
|
||||
|
||||
handler.register("admins", "List all banned IPs.", arg -> {
|
||||
handler.register("admins", "List all admins.", arg -> {
|
||||
Array<String> admins = netServer.admins.getAdmins();
|
||||
|
||||
if(admins.size == 0){
|
||||
|
Reference in New Issue
Block a user