We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122bbf2 commit fe45b80Copy full SHA for fe45b80
src/main/java/gg/skytils/skytilsmod/tweaker/EssentialPlatformSetup.java
@@ -128,7 +128,7 @@ public void mouseClicked(MouseEvent e) {
128
});
129
130
showMessage("<html><p>" +
131
- "Your version of Skytils requires a<br>" +
+ "Your version of Skytils (" + Reference.VERSION + ") requires a<br>" +
132
"mandatory update before you can play!<br>" +
133
"Please download the latest version,<br>" +
134
"join the Discord for support.<br>" +
0 commit comments