mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 03:47:09 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
7a74849bf2
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module.exports = class User extends CocoModel
|
||||||
# ... and stopped working well until another update on March 10, so maybe March 11+...
|
# ... and stopped working well until another update on March 10, so maybe March 11+...
|
||||||
# ... and another round, and then basically it just isn't completing well, so we pause the test until we can fix it.
|
# ... and another round, and then basically it just isn't completing well, so we pause the test until we can fix it.
|
||||||
getFourthLevelGroup: ->
|
getFourthLevelGroup: ->
|
||||||
return 'signs-and-portents'
|
return 'forgetful-gemsmith'
|
||||||
return @fourthLevelGroup if @fourthLevelGroup
|
return @fourthLevelGroup if @fourthLevelGroup
|
||||||
group = me.get('testGroupNumber') % 8
|
group = me.get('testGroupNumber') % 8
|
||||||
@fourthLevelGroup = switch group
|
@fourthLevelGroup = switch group
|
||||||
|
|
Loading…
Reference in a new issue