That would be occu-PANTS!

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@217 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-02-26 23:07:20 +00:00
parent c459a337ab
commit 4df07f7ced
@@ -435,9 +435,9 @@ public class EZGameControl extends BaseControl
* first time this is requested per game instance it will be retrieved
* from the database. After that, it will be returned from memory.
*/
public function getUserCookie (occuapntId :int, callback :Function) :void
public function getUserCookie (occupantId :int, callback :Function) :void
{
callEZCode("getUserCookie_v2", occuapntId, callback);
callEZCode("getUserCookie_v2", occupantId, callback);
}
/**