mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
fix infusions
This commit is contained in:
@@ -40,10 +40,12 @@ public class InfusionManager {
|
||||
CauldronInfusion infusion = iterator.next();
|
||||
if (infusion.getCacheState() == CacheState.DELETED) {
|
||||
iterator.remove();
|
||||
continue;
|
||||
}
|
||||
Location location = infusion.getLocation();
|
||||
if (!location.getChunk().isLoaded()) {
|
||||
iterator.remove();
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!isValidInfusion(infusion)) {
|
||||
|
||||
Reference in New Issue
Block a user