AjaxResponse PLAYER_INFO is also an array, oops.

This commit is contained in:
Andy Janata 2018-03-29 18:54:37 -07:00
parent 3cb0e554fb
commit 21e8f7a571
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ public class Constants {
NICKNAME(AjaxRequest.NICKNAME), NICKNAME(AjaxRequest.NICKNAME),
@DuplicationAllowed @DuplicationAllowed
PERSISTENT_ID(AjaxRequest.PERSISTENT_ID), PERSISTENT_ID(AjaxRequest.PERSISTENT_ID),
@GoDataType("GamePlayerInfo") @GoDataType("[]GamePlayerInfo")
PLAYER_INFO("pi"), PLAYER_INFO("pi"),
/** /**
* Sigil to display next to user's name. * Sigil to display next to user's name.