Merge pull request #204 from JariKCoding/main

fix: don't run stats and serverbrowser ui scripts when loading a map
This commit is contained in:
Maurice Heumann 2023-02-19 20:22:15 +01:00 committed by GitHub
commit 0d07b39756
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
if not CoD.isFrontend then
return
end
require( "ui.uieditor.widgets.PC.ServerBrowser.ServerBrowserRowInternal" )
require( "ui.uieditor.widgets.Lobby.Common.FE_FocusBarContainer" )

View File

@ -1,3 +1,7 @@
if not CoD.isFrontend then
return
end
DataSources.MPStatsSettings = DataSourceHelpers.ListSetup( "MPStatsSettings", function ( controller )
local optionsTable = {}