From c4bc5fb2923111b90c162c894e119605f0be9e50 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 21 May 2002 04:46:44 +0000 Subject: [PATCH] No need to prefix things now. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1379 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/micasa/lobby/LobbyRegistry.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/java/com/threerings/micasa/lobby/LobbyRegistry.java b/src/java/com/threerings/micasa/lobby/LobbyRegistry.java index 6aa203990..62bb56fd1 100644 --- a/src/java/com/threerings/micasa/lobby/LobbyRegistry.java +++ b/src/java/com/threerings/micasa/lobby/LobbyRegistry.java @@ -1,5 +1,5 @@ // -// $Id: LobbyRegistry.java,v 1.8 2002/03/28 22:32:31 mdb Exp $ +// $Id: LobbyRegistry.java,v 1.9 2002/05/21 04:46:44 mdb Exp $ package com.threerings.micasa.lobby; @@ -222,6 +222,5 @@ public class LobbyRegistry implements LobbyCodes protected int _defLobbyOid = -1; /** The configuration key for the lobby managers list. */ - protected static final String LOBIDS_KEY = - MiCasaServer.CONFIG_KEY + ".lobby_ids"; + protected static final String LOBIDS_KEY = "lobby_ids"; }