From 51ab7fee4b9ebb0b6e8c7e7b1e1dd745a6ed5506 Mon Sep 17 00:00:00 2001 From: Timongcraft Date: Thu, 19 Dec 2024 14:39:43 +0100 Subject: [PATCH] addition: update support window for strict error handling property 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.