fix: don't run stats and serverbrowser ui scripts when loading a map
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
if not CoD.isFrontend then
|
||||
return
|
||||
end
|
||||
|
||||
DataSources.MPStatsSettings = DataSourceHelpers.ListSetup( "MPStatsSettings", function ( controller )
|
||||
local optionsTable = {}
|
||||
|
||||
|
Reference in New Issue
Block a user