mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Disabling particles for now until performance can be fixed.
This commit is contained in:
parent
69ea874d83
commit
415cbceaf9
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…
Add table
Add a link
Reference in a new issue