Skip to content

Commit

Permalink
chore: 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 b5d8ac1 commit 5790b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-data/resources/[bpt_addons]/bpt_menu/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Config.GPS = {
-- ANIMATIONS --
Config.Animations = {
{
name = "party",
{ name = "party" },
name = TranslateCap("animation_party_title"),
items = {
{ name = TranslateCap("animation_party_smoke"), type = "scenario", scenarioName = "WORLD_HUMAN_SMOKING" },
Expand Down

0 comments on commit 5790b40

Please sign in to comment.