mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Fix CodeFactor issue again
This commit is contained in:
parent
dad573c88b
commit
aaf71e6f5d
@ -421,7 +421,7 @@ export const migrations = {
|
||||
if (player.celestials.pelle.doomed) player.dilation.rebuyables[3] = 0;
|
||||
},
|
||||
26: player => {
|
||||
if (Boolean(player.infinity?.upgradeBits)) delete player.infinity.upgradeBits;
|
||||
if (player.infinity?.upgradeBits) delete player.infinity.upgradeBits;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user