diff --git a/src/java/com/threerings/ezgame/server/EZGameManager.java b/src/java/com/threerings/ezgame/server/EZGameManager.java index 5c49dddc..3b194570 100644 --- a/src/java/com/threerings/ezgame/server/EZGameManager.java +++ b/src/java/com/threerings/ezgame/server/EZGameManager.java @@ -58,6 +58,8 @@ import com.threerings.parlor.game.server.GameManager; import com.threerings.parlor.turn.server.TurnGameManager; +import com.threerings.util.MessageBundle; + import com.threerings.ezgame.data.EZGameMarshaller; import com.threerings.ezgame.data.EZGameObject; import com.threerings.ezgame.data.PropertySetEvent;