Skip to content

Commit

Permalink
Revert "Add this because checked = nil will favourite everything."
Browse files Browse the repository at this point in the history
This reverts commit 89b4741.
  • Loading branch information
AntlerForce committed Apr 3, 2024
1 parent 89b4741 commit 0247dee
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 or false,
checked = isFavourite,
classname = "favourite_check",
parent = root,
OnClick = {
Expand Down

0 comments on commit 0247dee

Please sign in to comment.