Add support for client-side replays (#17168)
This commit is contained in:
@@ -25,7 +25,7 @@ public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem
|
||||
// when player poses entity we want to make sure that there is typing indicator
|
||||
EnsureComp<TypingIndicatorComponent>(ev.Entity);
|
||||
// we also need appearance component to sync visual state
|
||||
EnsureComp<ServerAppearanceComponent>(ev.Entity);
|
||||
EnsureComp<AppearanceComponent>(ev.Entity);
|
||||
}
|
||||
|
||||
private void OnPlayerDetached(EntityUid uid, TypingIndicatorComponent component, PlayerDetachedEvent args)
|
||||
|
||||
Reference in New Issue
Block a user