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:
@@ -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;
|
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!
|
// otherwise we create a new cluster and add our charter members!
|
||||||
clrec = new ClusterRecord();
|
clrec = new ClusterRecord();
|
||||||
clrec.addBody(joiner);
|
|
||||||
clrec.addBody(friend);
|
clrec.addBody(friend);
|
||||||
|
clrec.addBody(joiner);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user