mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01:00
Fix skin texture caching
This commit is contained in:
@@ -10,6 +10,7 @@ local skinComboBox
|
||||
local function onSkinComboBoxOptionChange(self, optionText, optionData)
|
||||
if Skins.setSkin(optionText) then
|
||||
g_settings.set('skin', optionText)
|
||||
g_textures.clearTexturesCache()
|
||||
g_modules.reloadModules()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user