Fix typo in banned comment (#1617)

This commit is contained in:
Patrick 'Quezler' Mounier
2020-02-21 19:49:15 +01:00
committed by GitHub
parent fe22d334dc
commit b7a8fa4191

View File

@@ -230,7 +230,7 @@ public class Administration{
}
/**
* Returns list of all players with admin status
* Returns list of all players which are banned
*/
public Array<PlayerInfo> getBanned(){
Array<PlayerInfo> result = new Array<>();