Skip to content

Commit 9e6f184

Browse files
committed
1.21.8
1 parent 16472c7 commit 9e6f184

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Obsidian.API/_Enums/ProtocolVersion.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public enum ProtocolVersion
7878
[Description("1.21.6")]
7979
v1_21_6 = 771,
8080

81-
[Description("1.21.7")]
82-
v1_21_7 = 772,
81+
//Both 1.21.7 and 1.21.8 have the same PVN
82+
[Description("1.21.8")]
83+
v1_21_8 = 772,
8384
}

Obsidian/ServerConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static string VERSION
2121
}
2222
#endif
2323

24-
public const ProtocolVersion DefaultProtocol = ProtocolVersion.v1_21_7;
24+
public const ProtocolVersion DefaultProtocol = ProtocolVersion.v1_21_8;
2525

2626
public static readonly string ProtocolDescription = DefaultProtocol.GetDescription();
2727

0 commit comments

Comments
 (0)