tip: add a tip in new feat

This commit is contained in:
Helvetica Volubi
2025-04-20 02:22:34 +08:00
committed by MrHua269
parent fa59901792
commit 0b48acc022

View File

@@ -1,6 +1,6 @@
--- /dev/null
+++ b/src/main/java/me/earthme/luminol/config/modules/misc/RaidChangesConfig.java
@@ -1,0 +_,44 @@
@@ -1,0 +_,45 @@
+package me.earthme.luminol.config.modules.misc;
+
+import me.earthme.luminol.config.ConfigInfo;
@@ -32,7 +32,8 @@
+
+ @ConfigInfo(baseName = "skip-self-raid-check", comments =
+ """
+ Disable raid self check""")
+ Disable raid self check\s
+ --- this config is not old version's function""")
+ public static boolean self_check = false;
+
+ @Override