We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35525c2 commit c890c1dCopy full SHA for c890c1d
1 file changed
api/v3/intnl/server.go
@@ -52,7 +52,7 @@ const maintenanceMessage = `
52
const wrongVersionMessage = `
53
<bold><red>Your Minecraft version is not supported.</red></bold>
54
55
-<gray>Please try again on a supported version: <white>1.21.4 - 1.21.11</white></gray>
+<gray>Please try again on a supported version: <white>1.21.7 - 26.1</white></gray>
56
57
<white><strikethrough> </strikethrough> [ ʟɪɴᴋꜱ ] <strikethrough> </strikethrough></white>
58
@@ -61,12 +61,10 @@ const wrongVersionMessage = `
61
`
62
63
var allowedProtocolVersions = [...]int{
64
- 769, // 1.21.4
65
- 770, // 1.21.5
66
- 771, // 1.21.6
67
772, // 1.21.7, 1.21.8
68
773, // 1.21.9, 1.21.10
69
774, // 1.21.11
+ 775, // 26.1, 26.1.1
70
}
71
72
type serverImpl struct {
0 commit comments