From 4df07f7cedc84f47edf294706ccac51babf10dbb Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Mon, 26 Feb 2007 23:07:20 +0000 Subject: [PATCH] That would be occu-PANTS! git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@217 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/EZGameControl.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/as/com/threerings/ezgame/EZGameControl.as b/src/as/com/threerings/ezgame/EZGameControl.as index e0a65cc6..0560702d 100644 --- a/src/as/com/threerings/ezgame/EZGameControl.as +++ b/src/as/com/threerings/ezgame/EZGameControl.as @@ -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); } /**