implement config toggle for afk users bypassing sleep

This commit is contained in:
triagonal 2018-12-30 20:38:34 +11:00
parent 246fd03265
commit 42714ff8af
4 changed files with 19 additions and 1 deletions

View file

@ -181,6 +181,8 @@ public interface ISettings extends IConf {
boolean cancelAfkOnInteract();
boolean bypassSleepWhenAfk();
boolean isAfkListName();
String getAfkListName();