mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
Change Patch Value from 4 to 5
This commit is contained in:
parent
d2f75ce751
commit
ab8aa67605
@ -129,7 +129,7 @@ class SessionVersionConverter extends VersionConverter {
|
|||||||
|
|
||||||
if (curMajor === 1) {
|
if (curMajor === 1) {
|
||||||
if (curMinor === 0) {
|
if (curMinor === 0) {
|
||||||
if (curPatch <= 4) {
|
if (curPatch <= 5) {
|
||||||
console.log("Applying v1.0.4 session data migration!");
|
console.log("Applying v1.0.4 session data migration!");
|
||||||
this.callMigrators(data, v1_0_4.sessionMigrators);
|
this.callMigrators(data, v1_0_4.sessionMigrators);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user