Add recipient to air gush message and change pop-up type (#13262)

This commit is contained in:
Theomund
2023-01-01 14:42:21 -05:00
committed by GitHub
parent 1edd00e50c
commit d638ad421a
3 changed files with 10 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ public sealed class DoorSystem : SharedDoorSystem
return true;
}
var modEv = new DoorGetPryTimeModifierEvent();
var modEv = new DoorGetPryTimeModifierEvent(user);
RaiseLocalEvent(target, modEv, false);
door.BeingPried = true;