fix: LoL forgor to remove some stuff in Configuration for the previous commit

This commit is contained in:
ChomeNS
2025-03-30 17:39:08 +07:00
parent 9c6c35677c
commit 9e7351dca8
4 changed files with 5 additions and 11 deletions

View File

@@ -152,12 +152,7 @@ public class Configuration {
public boolean cspy = true;
public Icu icu = new Icu();
public static class Icu {
public boolean enabled = true;
public int positionPacketsPerSecond = 10;
}
public boolean icu = true;
public Prefix prefix = new Prefix();

View File

@@ -101,7 +101,7 @@ public class SelfCarePlugin
final String controlPart = " control " + bot.profile.getName();
if (
!bot.config.selfCare.icu.enabled ||
!bot.config.selfCare.icu ||
(
!trimmedCommand.equals("/icontrolu:icu" + controlPart) &&
!trimmedCommand.equals("/icu" + controlPart)