diff --git a/data/ui_scripts/ranked/OnlineModsLoaded.lua b/data/ui_scripts/ranked/OnlineModsLoaded.lua new file mode 100644 index 00000000..9262d4c0 --- /dev/null +++ b/data/ui_scripts/ranked/OnlineModsLoaded.lua @@ -0,0 +1,8 @@ +if Engine.GetCurrentMap() ~= "core_frontend" then + return +end + +function ShouldUnloadMod( arg0 ) + return false +end + diff --git a/data/ui_scripts/ranked/__init__.lua b/data/ui_scripts/ranked/__init__.lua new file mode 100644 index 00000000..a76a2649 --- /dev/null +++ b/data/ui_scripts/ranked/__init__.lua @@ -0,0 +1 @@ +require("OnlineModsLoaded") \ No newline at end of file