Merge pull request #1686 from michaelPoul/world-memleak
Fix memory leak when unloading worlds
This commit is contained in:
commit
f98887b05b
|
@ -561,6 +561,8 @@ public class GenericHandler {
|
||||||
filledHandMapMap.remove(world);
|
filledHandMapMap.remove(world);
|
||||||
attackTaskMapMap.remove(world);
|
attackTaskMapMap.remove(world);
|
||||||
targetTaskMapMap.remove(world);
|
targetTaskMapMap.remove(world);
|
||||||
|
forceSpawnMap.remove(world);
|
||||||
|
preventSpawnMap.remove(world);
|
||||||
PotionEventHandlers.flightListMap.remove(world);
|
PotionEventHandlers.flightListMap.remove(world);
|
||||||
PotionEventHandlers.noGravityListMap.remove(world);
|
PotionEventHandlers.noGravityListMap.remove(world);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue