mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
Delete unused variable.
This commit is contained in:
parent
521e87ca00
commit
62d84d13d0
@ -882,7 +882,7 @@ function sendMessage(message, tab)
|
|||||||
channel = 0
|
channel = 0
|
||||||
end
|
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 findIni ~= nil and findIni == 1 then -- player used private chat command
|
||||||
if chatCommandInitial == chatCommandEnd then
|
if chatCommandInitial == chatCommandEnd then
|
||||||
chatCommandPrivateRepeat = false
|
chatCommandPrivateRepeat = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user