AjaxResponse PLAYER_INFO is also an array, oops.
This commit is contained in:
parent
3cb0e554fb
commit
21e8f7a571
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue