Bugfix, getCookie was bumped to _v2 recently.
Clarify that it applies to occupants, not just players. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@213 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -435,9 +435,9 @@ public class EZGameControl extends BaseControl
|
|||||||
* first time this is requested per game instance it will be retrieved
|
* first time this is requested per game instance it will be retrieved
|
||||||
* from the database. After that, it will be returned from memory.
|
* from the database. After that, it will be returned from memory.
|
||||||
*/
|
*/
|
||||||
public function getUserCookie (playerId :int, callback :Function) :void
|
public function getUserCookie (occuapntId :int, callback :Function) :void
|
||||||
{
|
{
|
||||||
callEZCode("getUserCookie_v1", playerId, callback);
|
callEZCode("getUserCookie_v2", occuapntId, callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user