fix: don't run stats and serverbrowser ui scripts when loading a map
This commit is contained in:
parent
af4210088e
commit
e44dff90da
@ -1,3 +1,7 @@
|
|||||||
|
if not CoD.isFrontend then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
require( "ui.uieditor.widgets.PC.ServerBrowser.ServerBrowserRowInternal" )
|
require( "ui.uieditor.widgets.PC.ServerBrowser.ServerBrowserRowInternal" )
|
||||||
require( "ui.uieditor.widgets.Lobby.Common.FE_FocusBarContainer" )
|
require( "ui.uieditor.widgets.Lobby.Common.FE_FocusBarContainer" )
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
if not CoD.isFrontend then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
DataSources.MPStatsSettings = DataSourceHelpers.ListSetup( "MPStatsSettings", function ( controller )
|
DataSources.MPStatsSettings = DataSourceHelpers.ListSetup( "MPStatsSettings", function ( controller )
|
||||||
local optionsTable = {}
|
local optionsTable = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user