Rollback last commit.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4351 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-08-30 00:34:07 +00:00
parent a0626f8a3a
commit 0149aa3b1d
3 changed files with 6 additions and 13 deletions
@@ -266,7 +266,7 @@ public class PresentsClient
};
// resolve the new client object
_cmgr.resolveClientObject(username, _authdata, clr);
_cmgr.resolveClientObject(username, clr);
}
/**
@@ -312,7 +312,7 @@ public class PresentsClient
assignStartingUsername();
// resolve our client object before we get fully underway
cmgr.resolveClientObject(_username, authdata, this);
cmgr.resolveClientObject(_username, this);
// make a note of our session start time
_sessionStamp = System.currentTimeMillis();