Whoops. Was putting wrong thing in client map.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@126 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ClientManager.java,v 1.6 2001/07/23 21:13:56 mdb Exp $
|
// $Id: ClientManager.java,v 1.7 2001/07/25 17:59:30 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.cher.server;
|
package com.threerings.cocktail.cher.server;
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ public class ClientManager implements ConnectionObserver
|
|||||||
try {
|
try {
|
||||||
client = (Client)_clientClass.newInstance();
|
client = (Client)_clientClass.newInstance();
|
||||||
client.init(this, username, conn);
|
client.init(this, username, conn);
|
||||||
_usermap.put(username, conn);
|
_usermap.put(username, client);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log.warning("Failed to instantiate client instance to " +
|
Log.warning("Failed to instantiate client instance to " +
|
||||||
"manage new client connection " +
|
"manage new client connection " +
|
||||||
|
|||||||
Reference in New Issue
Block a user