Delete unused variable.

This commit is contained in:
4drik 2019-11-20 10:10:24 +01:00 committed by diath
parent 521e87ca00
commit 62d84d13d0

View File

@ -882,7 +882,7 @@ function sendMessage(message, tab)
channel = 0
end
local findIni, findEnd, chatCommandInitial, chatCommandPrivate, chatCommandEnd, chatCommandMessage = message:find("([%*%@])(.+)([%*%@])(.*)")
local findIni, chatCommandInitial, chatCommandPrivate, chatCommandEnd, chatCommandMessage = message:find("([%*%@])(.+)([%*%@])(.*)")
if findIni ~= nil and findIni == 1 then -- player used private chat command
if chatCommandInitial == chatCommandEnd then
chatCommandPrivateRepeat = false