private void RpcDisconnectPlayerNotification(string name, bool flag)
 {
     avatarsManager.DisableAvatars(name);
     notificationsManager.ShowDisconnectingNotification(name, flag, true);
 }