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:
commit
0d07b39756
@ -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" )
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
if not CoD.isFrontend then
|
||||
return
|
||||
end
|
||||
|
||||
DataSources.MPStatsSettings = DataSourceHelpers.ListSetup( "MPStatsSettings", function ( controller )
|
||||
local optionsTable = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user