Whoops, have to add them in the proper order otherwise the target walks

over to the person who started the cluster rather than vice versa.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2340 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-03-27 17:13:38 +00:00
parent dfe0e7aa5e
commit 9532dbe02a
@@ -1,5 +1,5 @@
//
// $Id: SpotSceneManager.java,v 1.36 2003/03/27 16:45:30 mdb Exp $
// $Id: SpotSceneManager.java,v 1.37 2003/03/27 17:13:38 mdb Exp $
package com.threerings.whirled.spot.server;
@@ -266,8 +266,8 @@ public class SpotSceneManager extends SceneManager
// otherwise we create a new cluster and add our charter members!
clrec = new ClusterRecord();
clrec.addBody(joiner);
clrec.addBody(friend);
clrec.addBody(joiner);
}
/**