This commit is contained in:
Anuken
2020-08-18 19:30:11 -04:00
parent 3d5236dfd3
commit f31b1ed8d0
6 changed files with 14 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ public class BeControl{
if(checkUpdates && !mobile){
checkUpdate(t -> {});
}
}, 1, updateInterval);
}, updateInterval, updateInterval);
}
}