fix not reincluding to reload skin images

This commit is contained in:
worldspawn 2019-06-30 18:03:14 -06:00
parent 17f60b8af5
commit d61fa4ab81

View File

@ -44,7 +44,7 @@ hook.Add("ForceDermaSkin","Themer",function()
if themer_enabled:GetBool() then return themer_skin:GetString() or "themer" end
end)
concommand.Add("themer_refresh_derma",function()
--include("skins/themer.lua")
include("skins/themer.lua")
derma.RefreshSkins()
ColorHack()