Don't warn about missing misc System.

This commit is contained in:
Nick Winter 2015-01-26 14:51:04 -08:00
parent 24f8029aff
commit e41652730d

View file

@ -343,7 +343,7 @@ module.exports = class ThangComponentsEditView extends CocoView
componentSystems = (c.get('system') for c in componentModels when c)
for system in componentSystems
if system not in extantSystems
if system isnt 'misc' and system not in extantSystems
s = "Component requires system <strong>#{system}</strong> which is currently not included in this level."
noty({
text: s,