]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[Fix] Prayer locked notify (#16385)
authorlzk228 <124214523+lzk228@users.noreply.github.com>
Sat, 13 May 2023 12:27:15 +0000 (15:27 +0300)
committerGitHub <noreply@github.com>
Sat, 13 May 2023 12:27:15 +0000 (08:27 -0400)
Content.Server/Prayer/PrayerSystem.cs

index 64c8f376f0728dfe0fe78630ba39d38b29b24733..02328d2fae77f1c7b8b885a737e908e8ead673d0 100644 (file)
@@ -50,7 +50,7 @@ public sealed class PrayerSystem : EntitySystem
             {
                 if (comp.BibleUserOnly && !EntityManager.TryGetComponent<BibleUserComponent>(args.User, out var bibleUser))
                 {
-                    _popupSystem.PopupEntity(Loc.GetString("prayer-popup-notify-locked"), uid, actor.PlayerSession, PopupType.Large);
+                    _popupSystem.PopupEntity(Loc.GetString("prayer-popup-notify-pray-locked"), uid, actor.PlayerSession, PopupType.Large);
                     return;
                 }