mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-23 16:51:36 +01:00
Actually fix the ServerPing wrapper.
This commit is contained in:
parent
aedd97dfef
commit
936e0f0e82
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user