Skip to content

Commit c890c1d

Browse files
committed
chore: drop <1.21.7, add 26.1, 26.1.1
1 parent 35525c2 commit c890c1d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

api/v3/intnl/server.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const maintenanceMessage = `
5252
const wrongVersionMessage = `
5353
<bold><red>Your Minecraft version is not supported.</red></bold>
5454
55-
<gray>Please try again on a supported version: <white>1.21.4 - 1.21.11</white></gray>
55+
<gray>Please try again on a supported version: <white>1.21.7 - 26.1</white></gray>
5656
5757
<white><strikethrough> </strikethrough> [ ʟɪɴᴋꜱ ] <strikethrough> </strikethrough></white>
5858
@@ -61,12 +61,10 @@ const wrongVersionMessage = `
6161
`
6262

6363
var allowedProtocolVersions = [...]int{
64-
769, // 1.21.4
65-
770, // 1.21.5
66-
771, // 1.21.6
6764
772, // 1.21.7, 1.21.8
6865
773, // 1.21.9, 1.21.10
6966
774, // 1.21.11
67+
775, // 26.1, 26.1.1
7068
}
7169

7270
type serverImpl struct {

0 commit comments

Comments
 (0)