Fix double-emotes (#19279)

This commit is contained in:
metalgearsloth
2023-08-18 23:59:23 +10:00
committed by GitHub
parent 322b5f71b4
commit 1313545719

View File

@@ -92,7 +92,7 @@ public partial class ChatSystem
{
// not all emotes are loc'd, but for the ones that are we pass in entity
var action = Loc.GetString(_random.Pick(emote.ChatMessages), ("entity", source));
SendEntityEmote(source, action, range, nameOverride, hideLog: hideLog, ignoreActionBlocker: ignoreActionBlocker);
SendEntityEmote(source, action, range, nameOverride, hideLog: hideLog, checkEmote: false, ignoreActionBlocker: ignoreActionBlocker);
}
// do the rest of emote event logic here