Skip to content

Commit

Permalink
omfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed Dec 15, 2017
1 parent 7c75ae3 commit a4d4e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MUSHclient/worlds/plugins/universal_text_to_speech.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ function playback(line)
end
function OnPluginScreendraw(line_type, log, line)
if tts_enabled and line_type < 1 then
if tts_enabled and line_type < 2 then
say(line)
if Trim(line) ~= "" then
table.insert(history, 1, line)
Expand Down

0 comments on commit a4d4e08

Please sign in to comment.