fix info"
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user