Merge pull request #750 from deathbeam/remove-unnecessary-flag

Remove unnecessary chatCommandsEnabled from config
This commit is contained in:
Adam
2018-03-04 12:36:33 -05:00
committed by GitHub
2 changed files with 3 additions and 16 deletions

View File

@@ -43,16 +43,6 @@ public interface RuneLiteConfig extends Config
return new Dimension(765, 503);
}
@ConfigItem(
keyName = "chatCommandsRecolorEnabled",
name = "Enable chat commands recolor",
description = "Determines if recoloring of custom RuneLite chat commands is enabled"
)
default boolean chatCommandsRecolorEnabled()
{
return true;
}
@ConfigItem(
keyName = "uiEnableCustomChrome",
name = "Enable custom window chrome",