From c43a97395aa94fb93533fbf246ae531e465049dc Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Wed, 9 Jan 2013 21:46:30 -0600 Subject: [PATCH] Fixed a Typo Function name was misspelled --- modules/game_console/console.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/game_console/console.lua b/modules/game_console/console.lua index 4ec82b7f..8b2985cf 100644 --- a/modules/game_console/console.lua +++ b/modules/game_console/console.lua @@ -835,7 +835,7 @@ function onClickIgnoreButton() saveButton.onClick = function() ignoreSettings.players = {} for i = 1, ignoreListPanel:getChildCount() do - addIgnorePlayer(ignoreListPanel:getChildByIndex(i):getText()) + addIgnoredPlayer(ignoreListPanel:getChildByIndex(i):getText()) --table.insert(ignoreSettings.players, ignoreListPanel:getChildByIndex(i):getText()) end