forgot to update external gui tester

and version up
This commit is contained in:
alexcrea 2025-04-12 19:29:13 +02:00
parent d283ca0c12
commit 1f83b7b4fe
No known key found for this signature in database
GPG key ID: 027DD67D2D3280C5
6 changed files with 89 additions and 18 deletions

View file

@ -41,6 +41,9 @@ object GuiTesterSelector {
21 -> when (versionParts[2]) {
0, 1 -> v1_21R1_ExternGuiTester()
2, 3 -> v1_21R2_ExternGuiTester()
4 -> v1_21R3_ExternGuiTester()
5 -> v1_21R4_ExternGuiTester()
else -> null
}