This plugin currently tracks any sphere that it identifies via the OnEntitySpawned hook. When the plugin unloads, it deletes all tracked spheres. This inadvertently deletes spheres created by other plugins, including any children those entities have. For example, any plugin that resizes an entity using a sphere, such as Entity Scale Manager, will have said resized entities deleted when Zone Domes unloads (e.g., when the server shuts down).
Bug: Aggressively deletes spheres spawned by other plugins while unloadingSolved
Locked automatically