mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 03:08:38 +07:00
Fix typo mistake
This commit is contained in:
parent
41ee817d18
commit
3d9f81d274
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user