minor warning fix

This commit is contained in:
Eduardo Bart 2012-04-30 02:30:54 -03:00
parent 96e35eeb1d
commit ec9ea9e33d
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ local function onCreatureSpeak(name, level, speaktype, message, channelId, creat
if channel then if channel then
Console.addText(message, speaktype, channel) Console.addText(message, speaktype, channel)
else elseif channelid ~= 0 then
-- server sent a message on a channel that is not open -- server sent a message on a channel that is not open
warning('message in channel id ' .. channelId .. ' which is unknown, this is a server bug, relogin if you want to see messages in this channel') warning('message in channel id ' .. channelId .. ' which is unknown, this is a server bug, relogin if you want to see messages in this channel')
end end