Fix #3416: 修复打开游戏设置页时崩溃的问题 (#3421)

This commit is contained in:
Glavo 2024-11-04 05:34:28 +08:00 committed by GitHub
parent 3ca7e3cf88
commit 3d170267b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -685,7 +685,7 @@ public final class VersionSettingsPage extends StackPane implements DecoratorPag
version = null;
} else {
gameVersionNumber = GameVersionNumber.asGameVersion(repository.getGameVersion(versionId));
version = repository.getVersion(versionId);
version = repository.getResolvedVersion(versionId);
}
try {