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:
Par Winzell
2010-12-06 04:41:30 +00:00
parent 73e514b351
commit 1295b1dec7
@@ -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);
} }
} }