Looks like cah.constants.js wasn't updated for BLANKS_LIMIT.
This commit is contained in:
parent
4ccd8b4c59
commit
93abb3a29d
|
@ -41,6 +41,7 @@ cah.$.AjaxRequest.NICKNAME = "n";
|
|||
cah.$.AjaxRequest.SCORE_LIMIT = "sl";
|
||||
cah.$.AjaxRequest.CARD_ID = "cid";
|
||||
cah.$.AjaxRequest.MESSAGE = "m";
|
||||
cah.$.AjaxRequest.BLANKS_LIMIT = "bl";
|
||||
cah.$.AjaxRequest.SPECTATOR_LIMIT = "vL";
|
||||
cah.$.AjaxRequest.SERIAL = "s";
|
||||
cah.$.AjaxRequest.PASSWORD = "pw";
|
||||
|
@ -180,6 +181,7 @@ cah.$.GameInfo.HOST = "H";
|
|||
cah.$.GameInfo.STATE = "S";
|
||||
cah.$.GameInfo.PLAYERS = "P";
|
||||
cah.$.GameInfo.USE_TIMER = "ut";
|
||||
cah.$.GameInfo.BLANKS_LIMIT = "bl";
|
||||
cah.$.GameInfo.CARD_SETS = "css";
|
||||
cah.$.GameInfo.SPECTATORS = "V";
|
||||
cah.$.GameInfo.SPECTATOR_LIMIT = "vL";
|
||||
|
|
Loading…
Reference in New Issue