removed extraneous variable

This commit is contained in:
Tai @ Flex 2016-11-18 14:13:09 +00:00
parent a7285df20b
commit 9a4c67fe9d
1 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,6 @@ function irc:sendLocal(message)
for name, _ in pairs(self.joined_players) do
minetest.chat_send_player(name, message)
end
irc:logChat(message, name)
irc:logChat(message)
end