maint: add some changes from private repo
All checks were successful
test / Test on Linux (push) Successful in 10s

This commit is contained in:
2024-04-20 16:17:06 +02:00
parent a938208450
commit 9a7bbbff0d
3 changed files with 4 additions and 3 deletions

View File

@ -99,7 +99,7 @@ package.loaded["LUI.mp_hud.OptionsMenu"].options_def = function()
button_action_func = LUI.mp_hud.OptionsMenu.endGameButtonAction
}
})
LUI.MenuBuilder.BuildAddChild(self, {
type = "UIGenericButton",
id = "btn_MPPause_5",
@ -109,6 +109,6 @@ package.loaded["LUI.mp_hud.OptionsMenu"].options_def = function()
button_action_func = MBh.PopupMenu( "quit_popmenu", false, false )
}
})
return self
end