mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
I guess we don't edit simulate counts on the client.
This commit is contained in:
parent
0df09f7f35
commit
3e87d54663
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ UserHandler = class UserHandler extends Handler
|
|||
'name', 'photoURL', 'password', 'anonymous', 'wizardColor1', 'volume',
|
||||
'firstName', 'lastName', 'gender', 'facebookID', 'emailSubscriptions',
|
||||
'testGroupNumber', 'music', 'hourOfCode', 'hourOfCodeComplete', 'preferredLanguage',
|
||||
'wizard', 'aceConfig', 'simulatedBy', 'simulatedFor', 'autocastDelay', 'lastLevel'
|
||||
'wizard', 'aceConfig', 'autocastDelay', 'lastLevel'
|
||||
]
|
||||
|
||||
jsonSchema: schema
|
||||
|
|
Loading…
Reference in a new issue