mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-24 19:46:34 +01:00
I realize that you won't be able to see all 512
This commit is contained in:
parent
d38db03600
commit
fd37adaac8
@ -164,11 +164,14 @@ public class MainUtil {
|
||||
if (file.getName().endsWith(".bd")) {
|
||||
if (timediff > Integer.MAX_VALUE || now - file.lastModified() <= timediff) {
|
||||
files.add(file);
|
||||
if (files.size() > 64) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (files.size() > 512) {
|
||||
if (files.size() > 64) {
|
||||
return null;
|
||||
}
|
||||
World world = origin.getWorld();
|
||||
|
Loading…
Reference in New Issue
Block a user