switch on brain
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@682 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -264,8 +264,7 @@ public final class StatSet extends DSet<Stat>
|
|||||||
*/
|
*/
|
||||||
protected Stat getStat (Stat.Type type)
|
protected Stat getStat (Stat.Type type)
|
||||||
{
|
{
|
||||||
Stat stat = get(type.name());
|
return get(type.name());
|
||||||
return (stat != null ? stat : null);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected transient Container _container;
|
protected transient Container _container;
|
||||||
|
|||||||
Reference in New Issue
Block a user