diff --git a/src/main/kotlin/com/mineinabyss/looty/LootyPlugin.kt b/src/main/kotlin/com/mineinabyss/looty/LootyPlugin.kt index b163654..b0d2fa7 100644 --- a/src/main/kotlin/com/mineinabyss/looty/LootyPlugin.kt +++ b/src/main/kotlin/com/mineinabyss/looty/LootyPlugin.kt @@ -35,10 +35,6 @@ class LootyPlugin : JavaPlugin() { } override fun onEnable() { - - //Reset to avoid duplicates and clear mixes that have been removed - server.potionBrewer.resetPotionMixes() - service(LootySerializablePrefabItemService()) LootyCommands() //Register commands