Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Fix unregistering potion mixes right after registering them
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Dec 26, 2023
1 parent 3b03b4b commit 73e466c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/kotlin/com/mineinabyss/looty/LootyPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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<SerializablePrefabItemService>(LootySerializablePrefabItemService())
LootyCommands() //Register commands

Expand Down

0 comments on commit 73e466c

Please sign in to comment.