mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Better targeting of multiplayer sessions for user profile completed levels view.
This commit is contained in:
parent
ae07a25657
commit
7d582b5cfa
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module.exports = class LevelSession extends CocoModel
|
|||
false
|
||||
|
||||
isMultiplayer: ->
|
||||
@get('submittedCode')?
|
||||
@get('submittedCodeLanguage')? and @get('team')?
|
||||
|
||||
completed: ->
|
||||
@get('state')?.complete || false
|
||||
|
|
Loading…
Reference in a new issue