mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Fixed a Typo
Function name was misspelled
This commit is contained in:
parent
c6ab6bc484
commit
c43a97395a
@ -835,7 +835,7 @@ function onClickIgnoreButton()
|
|||||||
saveButton.onClick = function()
|
saveButton.onClick = function()
|
||||||
ignoreSettings.players = {}
|
ignoreSettings.players = {}
|
||||||
for i = 1, ignoreListPanel:getChildCount() do
|
for i = 1, ignoreListPanel:getChildCount() do
|
||||||
addIgnorePlayer(ignoreListPanel:getChildByIndex(i):getText())
|
addIgnoredPlayer(ignoreListPanel:getChildByIndex(i):getText())
|
||||||
--table.insert(ignoreSettings.players, ignoreListPanel:getChildByIndex(i):getText())
|
--table.insert(ignoreSettings.players, ignoreListPanel:getChildByIndex(i):getText())
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user