Merge pull request #397 from UniquePassive/notify-on-15k-tick-idle

Notify before 5 minute idle and 6h logout
This commit is contained in:
Adam
2018-01-21 19:40:06 -05:00
committed by GitHub
3 changed files with 65 additions and 0 deletions

View File

@@ -178,4 +178,8 @@ public interface Client extends GameEngine
BufferProvider getBufferProvider();
int getMouseIdleTicks();
int getKeyboardIdleTicks();
}