fix: check for ghost, not mindshield, oops

This commit is contained in:
DisposableCrewmember42 2026-04-19 11:15:28 +02:00
parent e309331a9f
commit ef3cd07e80
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ public abstract class SharedStrippableSystem : EntitySystem
}
// ... unless the user is an (admin) observer, admins setting up ghost roles in ATAG shouldn't trigger alerts
if (isUserShielded)
if (isUserGhost)
{
logImpact = LogImpact.Medium;
}