mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Fixed typo in LevelSession busting readyToRank check.
This commit is contained in:
parent
7d582b5cfa
commit
f308379453
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = class LevelSession extends CocoModel
|
|||
return false unless team = @get('team')
|
||||
return true unless c2 = @get('submittedCode')
|
||||
thangSpellArr = (s.split('/') for s in @get('teamSpells')[team])
|
||||
for item in thangSpellAr
|
||||
for item in thangSpellArr
|
||||
thang = item[0]
|
||||
spell = item[1]
|
||||
return true if c1[thang][spell] isnt c2[thang]?[spell]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue