mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Minor fix from last commit.
This commit is contained in:
@@ -94,7 +94,7 @@ local function onCreatureSpeak(name, level, speaktype, message, channelId, creat
|
|||||||
if speaktype.private then
|
if speaktype.private then
|
||||||
Console.addPrivateText(composedMessage, speaktype, name, false, name)
|
Console.addPrivateText(composedMessage, speaktype, name, false, name)
|
||||||
if Options.getOption('showPrivateMessagesOnScreen') then
|
if Options.getOption('showPrivateMessagesOnScreen') then
|
||||||
if(speakType.speakType ~= privateNpcToPlayer) then
|
if(speaktype.speakType ~= SpeakPrivateNpcToPlayer) then
|
||||||
TextMessage.displayPrivate(name .. ':\n' .. message)
|
TextMessage.displayPrivate(name .. ':\n' .. message)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user