Fix typingindicator doing a naughty (#37438)

How this wasn't caught before but raisepredictiveevent should never get raised when re-running states.
This commit is contained in:
metalgearsloth
2025-05-15 00:18:10 +10:00
committed by GitHub
parent 0c6025ca40
commit e5349e276f

View File

@@ -63,6 +63,9 @@ public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem
{
base.Update(frameTime);
if (!_time.IsFirstTimePredicted)
return;
// check if client didn't changed chat text box for a long time
if (_isClientTyping)
{