Merge branch 'gosnat-patch-4'

This commit is contained in:
Nick Winter 2014-05-06 07:22:10 -07:00
commit dfa6a59ee8

View file

@ -204,7 +204,7 @@ module.exports = class GoalManager extends CocoClass
arrays = (prop for prop in whos when prop?.length)
return unless arrays.length
state[progressObjectName] = {}
state[progressObjectName] ?= {}
for array in arrays
for thang in array
if @thangTeams[thang]?