Default all games to rated.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1423 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: GameConfig.java,v 1.8 2002/03/26 22:58:31 mdb Exp $
|
// $Id: GameConfig.java,v 1.9 2002/06/05 00:47:13 ray Exp $
|
||||||
|
|
||||||
package com.threerings.parlor.game;
|
package com.threerings.parlor.game;
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ import com.threerings.crowd.data.PlaceConfig;
|
|||||||
public abstract class GameConfig extends PlaceConfig
|
public abstract class GameConfig extends PlaceConfig
|
||||||
{
|
{
|
||||||
/** Indicates whether or not this game is rated. */
|
/** Indicates whether or not this game is rated. */
|
||||||
public boolean rated = false;
|
public boolean rated = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if this game config object is equal to the supplied
|
* Returns true if this game config object is equal to the supplied
|
||||||
|
|||||||
Reference in New Issue
Block a user