Props now cleanup with SF chip
This commit is contained in:
parent
750831645d
commit
78c804b683
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ function core:init(config)
|
||||||
enableHud(owner(), true)
|
enableHud(owner(), true)
|
||||||
core.hud = true
|
core.hud = true
|
||||||
|
|
||||||
|
prop.setPropClean(true)
|
||||||
|
|
||||||
core.colors.logo = core:get_config("core","colors","logo")
|
core.colors.logo = core:get_config("core","colors","logo")
|
||||||
core.colors.text = core:get_config("core","colors","text")
|
core.colors.text = core:get_config("core","colors","text")
|
||||||
core.colors.info = core:get_config("core","colors","info")
|
core.colors.info = core:get_config("core","colors","info")
|
||||||
|
|
Loading…
Reference in a new issue