Rename Buttons

Public Match -> Play
Find Game -> Combat Training
This commit is contained in:
WantedDV 2023-04-11 15:55:30 -02:30
parent 0323addc87
commit 7ccefacd3f

View File

@ -4,6 +4,19 @@ end
local utils = require("utils")
CoD.LobbyButtons.MP_PUBLIC_MATCH = {
stringRef = "MENU_PLAY_CAPS",
action = NavigateToLobby_SelectionList,
param = "MPLobbyOnline",
customId = "btnPublicMatch",
}
CoD.LobbyButtons.MP_FIND_MATCH = {
stringRef = "MPUI_BASICTRAINING_CAPS",
action = OpenFindMatch,
customId = "btnFindMatch",
}
CoD.LobbyButtons.MP_STATS = {
stringRef = "STATS",
action = function(self, element, controller, param, menu)