add client style config
This commit is contained in:
parent
df00738dc5
commit
428f87aa2e
@ -88,6 +88,10 @@ private reliable client function ClientApplySettings()
|
||||
}
|
||||
|
||||
ClearTimer(nameof(ClientApplySettings));
|
||||
|
||||
if (class'ScoreboardStyleClient'.default.bEnabled)
|
||||
Settings.Style = class'ScoreboardStyleClient'.static.Settings();
|
||||
|
||||
SC.Settings = Settings;
|
||||
}
|
||||
|
||||
|
@ -4,9 +4,9 @@ class ScoreboardStyleClient extends ScoreboardStyle
|
||||
`include(Build.uci)
|
||||
`include(Logger.uci)
|
||||
|
||||
var config bool bEnable;
|
||||
var config bool bEnabled;
|
||||
|
||||
defaultProperties
|
||||
{
|
||||
bEnable=false
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user