fix admin pda health analyzer popup (#31097)
* damn it * whoopsie * no more fucky wucky fucky wuckies are GONE
This commit is contained in:
@@ -91,8 +91,8 @@ public sealed class HealthAnalyzerSystem : EntitySystem
|
||||
NeedHand = true,
|
||||
BreakOnMove = true,
|
||||
});
|
||||
|
||||
if (args.Target == args.User || doAfterCancelled)
|
||||
|
||||
if (args.Target == args.User || doAfterCancelled || uid.Comp.Silent)
|
||||
return;
|
||||
|
||||
var msg = Loc.GetString("health-analyzer-popup-scan-target", ("user", Identity.Entity(args.User, EntityManager)));
|
||||
|
||||
Reference in New Issue
Block a user