From 9d34d6c770b3fd52946792dfb0704fa54ae3ebc4 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 9 Oct 2001 20:21:49 +0000 Subject: [PATCH] We now specify the GameConfig class to use when creating games from a particular lobby. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@425 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- rsrc/config/micasa/server.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rsrc/config/micasa/server.properties b/rsrc/config/micasa/server.properties index 62fbe14ae..4bf2b2268 100644 --- a/rsrc/config/micasa/server.properties +++ b/rsrc/config/micasa/server.properties @@ -1,5 +1,5 @@ # -# $Id: server.properties,v 1.3 2001/10/09 00:48:34 mdb Exp $ +# $Id: server.properties,v 1.4 2001/10/09 20:21:49 mdb Exp $ # # Configuration for the MiCasa server @@ -14,3 +14,4 @@ lobby_ids = test test.config = com.threerings.micasa.lobby.LobbyConfig test.ugi = test,board,partner test.name = Test Lobby +test.game_config = com.threerings.parlor.data.GameConfig