mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 10:09:21 +02:00
Fix whitespace
Forgot to replace tabs with spaces
This commit is contained in:
parent
74d3214f74
commit
b72c1d2921
@ -789,7 +789,7 @@ function onClickIgnoreButton()
|
|||||||
local selection = ignoreListPanel:getFocusedChild()
|
local selection = ignoreListPanel:getFocusedChild()
|
||||||
if selection then
|
if selection then
|
||||||
ignoreListPanel:removeChild(selection)
|
ignoreListPanel:removeChild(selection)
|
||||||
selection:destroy()
|
selection:destroy()
|
||||||
end
|
end
|
||||||
if ignoreListPanel:getChildCount() == 0 then
|
if ignoreListPanel:getChildCount() == 0 then
|
||||||
removeButton:disable()
|
removeButton:disable()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user