Fix typo mistake

This commit is contained in:
Gureumi 2018-03-02 11:32:33 +09:00 committed by GitHub
parent 41ee817d18
commit 3d9f81d274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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){