mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
068e6a901a
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ module.exports = class User extends CocoModel
|
|||
|
||||
getForeshadowsLevels: ->
|
||||
return @foreshadowsLevels if @foreshadowsLevels?
|
||||
return false # bad performance problems, reenable later
|
||||
group = me.get('testGroupNumber') % 16
|
||||
@foreshadowsLevels = switch group
|
||||
when 0, 1, 2, 3, 4, 5, 6, 7 then true
|
||||
|
|
Loading…
Reference in a new issue