This commit is contained in:
Gabriele C 2015-09-13 20:03:28 +02:00
parent c0e75dbbd2
commit e11a1e9b09

View File

@ -194,7 +194,7 @@ public class Utils {
}
@SuppressWarnings("unchecked")
public static Collection<? extends Player> getOnlinePlayers() {
public static Collection<? extends Player> getOnlinePlayers() {
if (getOnlinePlayersIsCollection) {
return Bukkit.getOnlinePlayers();
}