mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Merge branch 'patch-4' of git://github.com/gosnat/codecombat into gosnat-patch-4
This commit is contained in:
commit
3e7edd8c61
1 changed files with 1 additions and 1 deletions
|
@ -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] = state[progressObjectName] ? {}
|
||||
for array in arrays
|
||||
for thang in array
|
||||
if @thangTeams[thang]?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue