mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Ooops, that was just for testing.
This commit is contained in:
parent
5128eae284
commit
9b34d4e166
1 changed files with 0 additions and 1 deletions
|
@ -258,7 +258,6 @@ module.exports = class CampaignView extends RootView
|
|||
level.locked = false if me.isInGodMode()
|
||||
level.disabled = true if level.adminOnly and @levelStatusMap[level.slug] not in ['started', 'complete']
|
||||
level.disabled = false if me.isInGodMode()
|
||||
level.locked = false
|
||||
level.color = 'rgb(255, 80, 60)'
|
||||
if level.requiresSubscription
|
||||
level.color = 'rgb(80, 130, 200)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue