diff --git a/src/as/com/threerings/whirled/data/DefaultSceneConfig.as b/src/as/com/threerings/whirled/data/DefaultSceneConfig.as index 89b07839..6cb4515e 100644 --- a/src/as/com/threerings/whirled/data/DefaultSceneConfig.as +++ b/src/as/com/threerings/whirled/data/DefaultSceneConfig.as @@ -37,7 +37,7 @@ import com.threerings.whirled.client.SceneController; public class DefaultSceneConfig extends PlaceConfig { // documentation inherited - public function getManagerClassName () :String + override public function getManagerClassName () :String { return "com.threerings.whirled.server.SceneManager"; }