[Fix] Prayer locked notify (#16385)

This commit is contained in:
lzk228
2023-05-13 15:27:15 +03:00
committed by GitHub
parent 692e519f81
commit ca21b13b76

View 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;
}