Let's do it the Greenwell way and save a compare.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4016 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -347,7 +347,7 @@ public class BundledComponentRepository
|
||||
|
||||
// if this is a shadow image, no need to freak out as they are
|
||||
// optional
|
||||
if (type != null && type.equals(StandardActions.SHADOW_TYPE)) {
|
||||
if (StandardActions.SHADOW_TYPE.equals(type)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user