This commit is contained in:
Federico Cecchetto
2022-02-03 20:23:46 +01:00
parent a2a98074c2
commit 81cc5142bf
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ LUI.MenuBuilder.m_types_build["mods_menu"] = function(a1)
menu:AddButton("$_UNLOAD", function()
game:executecommand("unloadmod")
end, nil, true, nil, {
desc_text = "Unload the currently loaded mod"
desc_text = "Unload the currently loaded mod."
})
end