Merge pull request #2329 from triagonal/issue-2311

Implement config option for sleep ignoring AFK players
This commit is contained in:
md678685 2019-03-08 22:15:53 +00:00 committed by GitHub
commit 25ddaef423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 1 deletions

View file

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