addObserver -> addClientObserver.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@982 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-02-09 20:47:11 +00:00
parent 284e8ef6ed
commit 635e9cf930
11 changed files with 22 additions and 22 deletions
@@ -1,5 +1,5 @@
//
// $Id: LocationDirector.java,v 1.16 2001/12/16 05:18:20 mdb Exp $
// $Id: LocationDirector.java,v 1.17 2002/02/09 20:47:11 mdb Exp $
package com.threerings.crowd.client;
@@ -47,7 +47,7 @@ public class LocationDirector
_ctx = ctx;
// register ourselves as a client observer
ctx.getClient().addObserver(this);
ctx.getClient().addClientObserver(this);
}
/**