Prayer fix (#12504)

This commit is contained in:
eclips_e
2022-11-16 22:44:04 +08:00
committed by GitHub
parent e0abda3c32
commit 7f2f399a26

View File

@@ -69,7 +69,7 @@ public sealed class PrayerSystem : SharedPrayerSystem
return; return;
_popupSystem.PopupEntity(popupMessage, target.AttachedEntity.Value, Filter.Empty().AddPlayer(target), PopupType.Large); _popupSystem.PopupEntity(popupMessage, target.AttachedEntity.Value, Filter.Empty().AddPlayer(target), PopupType.Large);
_chatManager.ChatMessageToOne(ChatChannel.Local, messageString, popupMessage + " \"{0}\"", EntityUid.Invalid, false, target.ConnectedClient); _chatManager.ChatMessageToOne(ChatChannel.Local, messageString, popupMessage + " \"{message}\"", EntityUid.Invalid, false, target.ConnectedClient);
} }
/// <summary> /// <summary>