Frank <-> beans.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3630 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -109,7 +109,7 @@ public class FringeConfiguration implements Serializable
|
|||||||
*/
|
*/
|
||||||
public void addTileRecord (TileRecord record)
|
public void addTileRecord (TileRecord record)
|
||||||
{
|
{
|
||||||
if (!record.isValid()) {
|
if (record.isValid()) {
|
||||||
_trecs.put(record.type, record);
|
_trecs.put(record.type, record);
|
||||||
} else {
|
} else {
|
||||||
Log.warning("Refusing to add invalid tile record " +
|
Log.warning("Refusing to add invalid tile record " +
|
||||||
|
|||||||
Reference in New Issue
Block a user