Allow access to online menus with mod loaded

This commit is contained in:
WantedDV 2023-04-11 17:30:22 -02:30
parent 149de6e77e
commit b390e3ffd4
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
if Engine.GetCurrentMap() ~= "core_frontend" then
return
end
function ShouldUnloadMod( arg0 )
return false
end

View File

@ -0,0 +1 @@
require("OnlineModsLoaded")