Skip to content

Commit

Permalink
Remove confirmation messagebox from lure equip tiledrop
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaakma committed Jan 11, 2025
1 parent 697f6db commit c2d9759
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
14 changes: 1 addition & 13 deletions Data Files/MWSE/mods/mer/fishing/Bait/eventHandler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
1 change: 0 additions & 1 deletion Data Files/MWSE/mods/mer/fishing/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Data Files/UltimateFishing-metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c2d9759

Please sign in to comment.