Hi,
New developer here, so I may be missing something obvious.
In the gamedatas that's sent to the Javascript code, the playerorder property is an array that's supposed to include the player IDs, with the first code belonging to the logged-in player.
It seems like the first element is always a string, and the other elements are numbers.
For example:
Is there a reason for this type mixup? Shouldn't they all be strings?
New developer here, so I may be missing something obvious.
In the gamedatas that's sent to the Javascript code, the playerorder property is an array that's supposed to include the player IDs, with the first code belonging to the logged-in player.
It seems like the first element is always a string, and the other elements are numbers.
For example:
Code: Select all
[ "2310748", 2310747 ]