Remove unreachable code

DreamChecker screms, so goodbye code
This commit is contained in:
Sharkmare
2023-02-28 14:00:26 +01:00
committed by GitHub
parent 156a9ffc67
commit 50ae0639dc

View File

@@ -617,8 +617,6 @@
if(speaking)
if(!((speaking.flags & NONVERBAL) || (speaking.flags & SIGNLANG))||speaking.name == LANGUAGE_ECHOSONG) //CHOMPEDIT: ignore echo song too
return //CHOMPEDIT: dont spam the chat with scrambled text
translated = TRUE
text = speaking.scramble(text, my_langs)
set_pin_data(IC_OUTPUT, 1, M.GetVoice())
set_pin_data(IC_OUTPUT, 2, text)