Skip to content

Commit

Permalink
fix: bpt_menu\config.lua value assigned to field name is overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jul 6, 2024
1 parent 5790b40 commit baee05b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions server-data/resources/[bpt_addons]/bpt_menu/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Config.Animations = {
},
},
{
name = "salute",
{ name = "salute" },
name = TranslateCap("animation_salute_title"),
items = {
{
Expand Down Expand Up @@ -207,7 +207,7 @@ Config.Animations = {
},
},
{
name = "work",
{ name = "work" },
name = TranslateCap("animation_work_title"),
items = {
{
Expand Down Expand Up @@ -299,7 +299,7 @@ Config.Animations = {
},
},
{
name = "mood",
{ name = "mood" },
name = TranslateCap("animation_mood_title"),
items = {
{
Expand Down Expand Up @@ -418,7 +418,7 @@ Config.Animations = {
},
},
{
name = "sports",
{ name = "sports" },
name = TranslateCap("animation_sports_title"),
items = {
{
Expand Down Expand Up @@ -454,7 +454,7 @@ Config.Animations = {
},
},
{
name = "other",
{ name = "other" },
name = TranslateCap("animation_other_title"),
items = {
{
Expand Down Expand Up @@ -504,7 +504,7 @@ Config.Animations = {
},
},
{
name = "pegi",
{ name = "pegi" },
name = TranslateCap("animation_pegi_title"),
items = {
{
Expand Down Expand Up @@ -575,7 +575,7 @@ Config.Animations = {
},
},
{
name = "attitudes",
{ name = "attitudes" },
name = TranslateCap("animation_attitudes_title"),
items = {
{ name = "Normal", type = "attitude" },
Expand Down

0 comments on commit baee05b

Please sign in to comment.