From 4a113f1710b04b7d070f657667057d2dfbc30258 Mon Sep 17 00:00:00 2001 From: Timon Seidel Date: Thu, 19 Dec 2024 14:58:42 +0100 Subject: [PATCH] chore: update support window for strict error handling property (#510) add version where strict error handling has been removed --- docs/velocity/admin/reference/system-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/velocity/admin/reference/system-properties.md b/docs/velocity/admin/reference/system-properties.md index 58520eb7..aab3411a 100644 --- a/docs/velocity/admin/reference/system-properties.md +++ b/docs/velocity/admin/reference/system-properties.md @@ -89,4 +89,4 @@ The default value shown may not be set for the property but will only be used by #### velocity.strictErrorHandling - **default**: `true` -- **description**: Whether the client should disconnect on packet errors. Temporarily added in MC 1.20.5 to help modded servers transition to this change. +- **description**: Whether the client should disconnect on packet errors. Temporarily added in MC 1.20.5 and removed in 1.21.2 to help modded servers transition to this change.