diff --git a/src/java/com/threerings/parlor/game/GameManager.java b/src/java/com/threerings/parlor/game/GameManager.java index 013eaed9c..7e1c54428 100644 --- a/src/java/com/threerings/parlor/game/GameManager.java +++ b/src/java/com/threerings/parlor/game/GameManager.java @@ -1,5 +1,5 @@ // -// $Id: GameManager.java,v 1.65 2003/06/04 02:50:19 ray Exp $ +// $Id: GameManager.java,v 1.66 2003/06/29 23:11:23 mdb Exp $ package com.threerings.parlor.game; @@ -63,6 +63,15 @@ public class GameManager extends PlaceManager } } + /** + * Returns the configuration object for the game being managed by this + * manager. + */ + public GameConfig getGameConfig () + { + return _gameconfig; + } + /** * Adds the given player to the game at the first available player * index. This should only be called before the game is started, and