Skip to content

Commit

Permalink
modoptions update
Browse files Browse the repository at this point in the history
  • Loading branch information
Damgam committed Jan 19, 2023
1 parent f223b0b commit b69824e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LuaMenu/configs/gameConfig/byar/ModOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ local options={
key="assistdronesenabled",
name="Assist Drones",
type="list",
def="pve_only",
def="disabled",
section="options",
items={
{key="enabled", name="Enabled"},
Expand Down Expand Up @@ -716,7 +716,7 @@ local options={
key="commanderbuildersenabled",
name="Base Construction Turret",
type="list",
def="pve_only",
def="disabled",
section="options",
items={
{key="enabled", name="Enabled"},
Expand Down Expand Up @@ -1490,6 +1490,7 @@ local options={
type = "string",
def = "",
},

{
key = "defaultdecals",
name = "Default Decals",
Expand Down

0 comments on commit b69824e

Please sign in to comment.