fix: LoL forgor to remove some stuff in Configuration for the previous commit
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user