Hotfix crashing the server on using the forensic pad on yourself. (#14528)

This commit is contained in:
Menshin
2023-03-13 00:42:12 +01:00
committed by GitHub
parent 752b3edad1
commit 36129cb520

View File

@@ -86,7 +86,8 @@ namespace Content.Server.Forensics
BreakOnTargetMove = true,
BreakOnUserMove = true,
BreakOnStun = true,
NeedHand = true
NeedHand = true,
RaiseOnUser = false
};
_doAfterSystem.DoAfter(doAfterEventArgs, padData);