predict emag and make blessed record struct events (#13623)
This commit is contained in:
@@ -226,7 +226,7 @@ public sealed class FaxSystem : EntitySystem
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
private void OnEmagged(EntityUid uid, FaxMachineComponent component, GotEmaggedEvent args)
|
||||
private void OnEmagged(EntityUid uid, FaxMachineComponent component, ref GotEmaggedEvent args)
|
||||
{
|
||||
if (component.Emagged)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user