From 2f970ef884851362967d29d02c6ff6e2dca186f7 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Sun, 22 Oct 2023 14:29:38 +0300 Subject: [PATCH] Update ServerSafetyLevel.java --- .../aizistral/nochatreports/common/core/ServerSafetyLevel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/aizistral/nochatreports/common/core/ServerSafetyLevel.java b/src/main/java/com/aizistral/nochatreports/common/core/ServerSafetyLevel.java index c34ba54e..b59557f0 100644 --- a/src/main/java/com/aizistral/nochatreports/common/core/ServerSafetyLevel.java +++ b/src/main/java/com/aizistral/nochatreports/common/core/ServerSafetyLevel.java @@ -33,7 +33,7 @@ public enum ServerSafetyLevel { /** * Same as UNINTRUSIVE, but also checks that the server type is vanilla. - * This only changes the tooltip to better inform the user, not any functionality. + * This only changes the tooltip to better inform the user, functionality remains identical to UNINTRUSIVE. */ UNINTRUSIVE_VANILLA,