That's odd... I'm not entirely sure why that compiled.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@976 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -238,7 +238,7 @@ public class ZoneDirector extends BasicDirector
|
|||||||
} else {
|
} else {
|
||||||
log.info("Delaying forced move because we have a move pending",
|
log.info("Delaying forced move because we have a move pending",
|
||||||
"pend", _scdir.getPendingModel(), "rzId", zoneId, "rsId", sceneId);
|
"pend", _scdir.getPendingModel(), "rzId", zoneId, "rsId", sceneId);
|
||||||
_scdir.addPendingForcedMove(new function() :void {
|
_scdir.addPendingForcedMove(function() :void {
|
||||||
forcedMove(zoneId, sceneId);
|
forcedMove(zoneId, sceneId);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user