mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-10 01:36:03 +00:00
Fixes
This commit is contained in:
@@ -20,7 +20,6 @@ package com.volmit.iris.util.io;
|
||||
|
||||
import com.volmit.iris.util.collection.KList;
|
||||
import com.volmit.iris.util.collection.KMap;
|
||||
import com.volmit.iris.util.math.M;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
@@ -96,8 +95,7 @@ public class FolderWatcher extends FileWatcher {
|
||||
}
|
||||
|
||||
public boolean checkModifiedFast() {
|
||||
if(watchers == null || watchers.isEmpty())
|
||||
{
|
||||
if (watchers == null || watchers.isEmpty()) {
|
||||
return checkModified();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user