Skip to content

Commit

Permalink
Merge pull request #819 from bitpredator/dev
Browse files Browse the repository at this point in the history
refactor: new custom map for mechanics + blip location update
  • Loading branch information
bitpredator authored Sep 10, 2024
2 parents fc962f6 + 519a6bc commit a0064f5
Show file tree
Hide file tree
Showing 184 changed files with 826 additions and 1,889 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function OpenMobileAmmuActionsMenu()
input = true,
inputType = "number",
inputMin = 1,
inputMax = 250000,
inputMax = 10000000,
inputPlaceholder = TranslateCap("bill_amount"),
},
{ icon = "fas fa-check-double", title = TranslateCap("confirm"), value = "confirm" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function OpenMobileBakerActionsMenu()
input = true,
inputType = "number",
inputMin = 1,
inputMax = 250000,
inputMax = 10000000,
inputPlaceholder = TranslateCap("bill_amount"),
},
{ icon = "fas fa-check-double", title = TranslateCap("confirm"), value = "confirm" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function OpenMobileBallasActionsMenu()
input = true,
inputType = "number",
inputMin = 1,
inputMax = 250000,
inputMax = 10000000,
inputPlaceholder = TranslateCap("bill_amount"),
},
{ icon = "fas fa-check-double", title = TranslateCap("confirm"), value = "confirm" },
Expand Down
Loading

0 comments on commit a0064f5

Please sign in to comment.