Modify the migration

This commit is contained in:
Donaldino7712 2024-05-17 13:25:51 +02:00 committed by cyip92
parent aaf71e6f5d
commit 82f3bf98a2

View File

@ -421,7 +421,7 @@ export const migrations = {
if (player.celestials.pelle.doomed) player.dilation.rebuyables[3] = 0;
},
26: player => {
if (player.infinity?.upgradeBits) delete player.infinity.upgradeBits;
delete player.infinity?.upgradeBits;
}
},