Skip to content

Commit

Permalink
Add this because checked = nil will favourite everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntlerForce committed Apr 3, 2024
1 parent b845b57 commit 89b4741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/gui_maplist_panel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ local function CreateMapEntry(mapName, mapData, CloseFunc)--{"ResourceID":7098,"
width = 24,
height = 24,
caption = "",
checked = isFavourite,
checked = isFavourite or false,
classname = "favourite_check",
parent = root,
OnClick = {
Expand Down

0 comments on commit 89b4741

Please sign in to comment.