Fix wrong antibot sensibility

#896
This commit is contained in:
Gabriele C 2016-10-04 22:10:40 +02:00
parent f3cd193d47
commit 7394e004ce

View File

@ -162,7 +162,7 @@ public class AntiBotService implements SettingsDependent {
public void run() {
antibotPlayers--;
}
}, 15 * TICKS_PER_SECOND);
}, 5 * TICKS_PER_SECOND);
}
/**