diff --git a/Data Files/MWSE/mods/mer/fishing/Bait/eventHandler.lua b/Data Files/MWSE/mods/mer/fishing/Bait/eventHandler.lua index 13bd776..fb849e4 100644 --- a/Data Files/MWSE/mods/mer/fishing/Bait/eventHandler.lua +++ b/Data Files/MWSE/mods/mer/fishing/Bait/eventHandler.lua @@ -38,18 +38,6 @@ TileDropper.register{ logger:warn("Failed to create fishing rod from %s", e.target.item.id) return end - tes3ui.showMessageMenu{ - message = string.format("Attach %s?", bait:getName()), - buttons = { - { - text = "Attach", - callback = function() - logger:debug("Attaching bait %s to %s", bait:getName(), fishingRod:getName()) - fishingRod:equipBait(bait, e.reference) - end - }, - }, - cancels = true, - } + fishingRod:equipBait(bait, e.reference) end } \ No newline at end of file diff --git a/Data Files/MWSE/mods/mer/fishing/init.lua b/Data Files/MWSE/mods/mer/fishing/init.lua index 9e4d637..d1ef677 100644 --- a/Data Files/MWSE/mods/mer/fishing/init.lua +++ b/Data Files/MWSE/mods/mer/fishing/init.lua @@ -45,7 +45,6 @@ Interop.registerFishingNet = UF.FishingNet.register Interop.registerFishingSupply = UF.Supplies.register Interop.registerFishingMerchant = UF.Merchant.register Interop.registerLocation = UF.LocationManager.registerLocation - Interop.registerLocationCategory = UF.LocationManager.registerCategory Interop.registerLocationType = UF.LocationManager.registerLocationType Interop.registerLocation = UF.LocationManager.registerLocation diff --git a/Data Files/UltimateFishing-metadata.toml b/Data Files/UltimateFishing-metadata.toml index ca57d7f..70a020a 100644 --- a/Data Files/UltimateFishing-metadata.toml +++ b/Data Files/UltimateFishing-metadata.toml @@ -23,5 +23,5 @@ version = "^2.0.0" [dependencies.mods."The Crafting Framework"] mwse-module = "CraftingFramework" -version = "^1.26.0" +version = "^1.27.0" url = "https://www.nexusmods.com/morrowind/mods/51009?tab=files"