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));
|
ClearTimer(nameof(ClientApplySettings));
|
||||||
|
|
||||||
|
if (class'ScoreboardStyleClient'.default.bEnabled)
|
||||||
|
Settings.Style = class'ScoreboardStyleClient'.static.Settings();
|
||||||
|
|
||||||
SC.Settings = Settings;
|
SC.Settings = Settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,9 +4,9 @@ class ScoreboardStyleClient extends ScoreboardStyle
|
|||||||
`include(Build.uci)
|
`include(Build.uci)
|
||||||
`include(Logger.uci)
|
`include(Logger.uci)
|
||||||
|
|
||||||
var config bool bEnable;
|
var config bool bEnabled;
|
||||||
|
|
||||||
defaultProperties
|
defaultProperties
|
||||||
{
|
{
|
||||||
bEnable=false
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user