mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-16 00:19:50 -05:00
Fix avatars not showing up in HUD.
Asana 54271591170319
This commit is contained in:
parent
dbd9e325d4
commit
0caf9c3547
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module.exports = class ThangAvatarView extends CocoView
|
|||
context = super context
|
||||
context.thang = @thang
|
||||
options = @thang?.getLankOptions() or {}
|
||||
options.async = true
|
||||
#options.async = true # sync builds fail during async builds, and we build HUD version sync
|
||||
context.avatarURL = @thangType.getPortraitSource(options) unless @thangType.loading
|
||||
context.includeName = @includeName
|
||||
context
|
||||
|
|
Loading…
Reference in a new issue