idlenotifier: Remove unused field

This commit is contained in:
sdburns1998
2019-07-07 14:36:01 +02:00
parent 483ad23a75
commit 83cdef8968

View File

@@ -83,8 +83,6 @@ import org.slf4j.LoggerFactory;
@Singleton
public class IdleNotifierPlugin extends Plugin
{
private static final Logger logger = LoggerFactory.getLogger(IdleNotifierPlugin.class);
// This must be more than 500 client ticks (10 seconds) before you get AFK kicked
private static final int LOGOUT_WARNING_MILLIS = (4 * 60 + 40) * 1000; // 4 minutes and 40 seconds
private static final int COMBAT_WARNING_MILLIS = 19 * 60 * 1000; // 19 minutes