From 600314e41974ad871c0a9a41b0114f0c3b1a1dd6 Mon Sep 17 00:00:00 2001 From: coolGi2007 Date: Thu, 28 Apr 2022 14:17:27 +0000 Subject: [PATCH] FINALLY! CLASSIC CONFIG GUI DONE --- src/main/java/com/seibel/lod/core/config/types/ConfigEntry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/core/config/types/ConfigEntry.java b/src/main/java/com/seibel/lod/core/config/types/ConfigEntry.java index 7b8912f27..33d6af95f 100644 --- a/src/main/java/com/seibel/lod/core/config/types/ConfigEntry.java +++ b/src/main/java/com/seibel/lod/core/config/types/ConfigEntry.java @@ -98,7 +98,7 @@ public class ConfigEntry extends AbstractConfigType { } return 0; } - /** */ Checks if a value is valid */ + /** Checks if a value is valid */ public byte isValid(T value) { if (ConfigBase.disableMinMax) return 0;