mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
Update Service: Only consider bukkit-plugin items during update.
This commit is contained in:
@ -18,6 +18,7 @@ class UpdateResolver {
|
|||||||
nameOverride ?: key
|
nameOverride ?: key
|
||||||
}
|
}
|
||||||
val installSet = manifest.items
|
val installSet = manifest.items
|
||||||
|
.filter { it.type == "bukkit-plugin" }
|
||||||
.filter { installedPlugins.containsKey(it.name) }
|
.filter { installedPlugins.containsKey(it.name) }
|
||||||
.associateWith { installedPlugins[it.name] }
|
.associateWith { installedPlugins[it.name] }
|
||||||
.toMutableMap()
|
.toMutableMap()
|
||||||
|
Reference in New Issue
Block a user