mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 14:29:28 +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 (curMinor === 0) {
|
||||
if (curPatch <= 4) {
|
||||
if (curPatch <= 5) {
|
||||
console.log("Applying v1.0.4 session data migration!");
|
||||
this.callMigrators(data, v1_0_4.sessionMigrators);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user