mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
fix multicraft menu for lation_ui
This commit is contained in:
@@ -246,7 +246,7 @@ function multiCraft(data)
|
||||
})
|
||||
|
||||
local dialog = createInput(data.craftable.Header..(Config.System.Menu == "qb" and ": "..br.."How many to craft? "..br.."Max: "..carryMax or ""), {
|
||||
((Config.System.Menu == "ox") and {
|
||||
((Config.System.Menu == "ox" or Config.System.Menu == "lation") and {
|
||||
type = "slider",
|
||||
label = "How many to craft? "..br.."Max: "..carryMax,
|
||||
required = true,
|
||||
|
||||
Reference in New Issue
Block a user