-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Lines 277 to 282 in 31ca5e1
| // TODO: in ResourceBuy, there are same codes. | |
| NightELFCheckAndShowSellModal() { | |
| NightElfCheck.getInstance().check.then(ready => { | |
| const nightElf = NightElfCheck.getAelfInstanceByExtension(); | |
| getLogin(nightElf, {}, result => { | |
| if (result.error) { |