Merge pull request #96 from cloud9350/patch-1

Fix typo mistake
This commit is contained in:
Anuken 2018-03-01 22:13:30 -05:00 committed by GitHub
commit bb1d0e1f0d
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){