mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Fix uncommented campaigns
This commit is contained in:
parent
a190acb108
commit
d4a557ef70
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ module.exports = class SolutionProblemsView extends RootView
|
|||
'picoctf', 'auditions'
|
||||
|
||||
# Campaign-version campaigns
|
||||
'dungeon', 'forest', 'desert',# 'mountain',
|
||||
'glacier'
|
||||
#'dungeon', 'forest', 'desert', 'mountain', 'glacier'
|
||||
|
||||
# Test campaigns
|
||||
'dungeon-branching-test', 'forest-branching-test', 'desert-branching-test'
|
||||
|
|
Loading…
Reference in a new issue