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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user