mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02: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