mirror of
https://github.com/wrldspawn/Themer.git
synced 2025-03-04 03:03:11 -05:00
fix not reincluding to reload skin images
This commit is contained in:
parent
17f60b8af5
commit
d61fa4ab81
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user