mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-25 08:51:33 +01:00
Fix error with anti xray in 1.8
This commit is contained in:
parent
796d3ce6b0
commit
f98719d457
@ -129,9 +129,11 @@ public class BiomeManager {
|
||||
}
|
||||
}
|
||||
if(ServerVersion.isServerVersionBelow(ASYNC_OBFUSCATOR_VERSION)) {
|
||||
for(Chunk chunk : syncChunks){
|
||||
updateBiomePacket(island, chunk);
|
||||
}
|
||||
Bukkit.getScheduler().runTask(plugin, () -> {
|
||||
for(Chunk chunk : syncChunks){
|
||||
updateBiomePacket(island, chunk);
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
}, (island1 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user