fix scoreboard
This commit is contained in:
@@ -180,7 +180,7 @@ function Info(args) {
|
||||
? infoCrypElement(player.cryps.find(c => c.id === activeCryp.id))
|
||||
: null;
|
||||
|
||||
const otherInfo = !info[0]
|
||||
const otherInfo = info[0]
|
||||
? infoVar(info)
|
||||
: null;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ function setupKeys(store) {
|
||||
key('esc', () => store.dispatch(actions.setReclaiming(false)));
|
||||
key('esc', () => store.dispatch(actions.setActiveSkill(null)));
|
||||
key('esc', () => store.dispatch(actions.setActiveCryp(null)));
|
||||
key('esc', () => store.dispatch(actions.setInfo([null, null])));
|
||||
}
|
||||
|
||||
module.exports = setupKeys;
|
||||
|
||||
Reference in New Issue
Block a user