Actually fix the ServerPing wrapper.

This commit is contained in:
Kristian S. Stangeland 2013-12-15 22:54:59 +01:00
parent aedd97dfef
commit 936e0f0e82

View File

@ -185,7 +185,7 @@ public class WrappedServerPing extends AbstractWrapper {
* @param profile - every logged in player.
*/
public void setPlayers(Iterable<? extends WrappedGameProfile> profile) {
PLAYERS_PROFILES.set(handle, PROFILE_CONVERT.getGeneric(GameProfile[].class, profile));
PLAYERS_PROFILES.set(players, PROFILE_CONVERT.getGeneric(GameProfile[].class, profile));
}
/**