Some fixes and changes

This commit is contained in:
fed
2023-10-11 01:19:23 +02:00
parent 973721636d
commit de761f61fc
6 changed files with 30 additions and 30 deletions

View File

@ -34,7 +34,7 @@ LUI.MenuBuilder.registerType("achievements_menu", function(root, controller)
local currentbackground = nil
local changebackground = function(background, isvideobg)
if (currentbackground == background) then
if (not Engine.InFrontend() or currentbackground == background) then
return
end