After all that, I sent in the wrong variable.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1025 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -206,7 +206,7 @@ public class SceneRegistry
|
|||||||
// then send a forced move notification to their client
|
// then send a forced move notification to their client
|
||||||
ClientObject clobj = source.getClientObject();
|
ClientObject clobj = source.getClientObject();
|
||||||
if (clobj != null) {
|
if (clobj != null) {
|
||||||
SceneSender.forcedMove(source, sceneId);
|
SceneSender.forcedMove(clobj, sceneId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user