Fix Incorrect stealth messages appearing on readmin. (#26511)

Fix major skill issue/Incorrect stealth messages appearing on readmin.

(cherry picked from commit df631ff8a07325a889b45235120eec60fe844233)
This commit is contained in:
nikthechampiongr 2024-03-28 19:19:53 +00:00 committed by NullWanderer
parent ada94d604b
commit ff85afa140
No known key found for this signature in database
GPG Key ID: 65CF92BD1D26F4AC
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ namespace Content.Server.Administration.Managers
plyData.ExplicitlyDeadminned = false;
reg.Data.Active = true;
if (reg.Data.Stealth)
if (!reg.Data.Stealth)
{
_chat.SendAdminAnnouncement(Loc.GetString("admin-manager-self-re-admin-message", ("newAdminName", session.Name)));
}