Fix typo in banned comment (#1617)
This commit is contained in:
committed by
GitHub
parent
fe22d334dc
commit
b7a8fa4191
@@ -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(){
|
public Array<PlayerInfo> getBanned(){
|
||||||
Array<PlayerInfo> result = new Array<>();
|
Array<PlayerInfo> result = new Array<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user