Only update if using java 8
This commit is contained in:
parent
07945af0e0
commit
897d86b5cb
@ -259,7 +259,7 @@ public class Fawe {
|
|||||||
|
|
||||||
TaskManager.IMP.repeat(timer, 1);
|
TaskManager.IMP.repeat(timer, 1);
|
||||||
|
|
||||||
if (Settings.IMP.UPDATE) {
|
if (Settings.IMP.UPDATE && isJava8()) {
|
||||||
// Delayed updating
|
// Delayed updating
|
||||||
TaskManager.IMP.async(new Runnable() {
|
TaskManager.IMP.async(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user