Add recipient to air gush message and change pop-up type (#13262)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user