Sample is an array

This commit is contained in:
md_5 2013-10-27 13:51:06 +11:00
parent b9158b7322
commit 6ce43fb876

View File

@ -35,7 +35,7 @@ public class ServerPing
private int online;
}
private PlayerInfo sample;
private PlayerInfo[] sample;
@Data
@AllArgsConstructor