Skip to content

Commit fe45b80

Browse files
feat: add skytils version to mandatory update message
1 parent 122bbf2 commit fe45b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gg/skytils/skytilsmod/tweaker/EssentialPlatformSetup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void mouseClicked(MouseEvent e) {
128128
});
129129

130130
showMessage("<html><p>" +
131-
"Your version of Skytils requires a<br>" +
131+
"Your version of Skytils (" + Reference.VERSION + ") requires a<br>" +
132132
"mandatory update before you can play!<br>" +
133133
"Please download the latest version,<br>" +
134134
"join the Discord for support.<br>" +

0 commit comments

Comments
 (0)