Fix popup messages appearing when someone tries to open a door without a tool. (#21099)
* The fixTM * typo fix * addressing review
This commit is contained in:
@@ -51,6 +51,8 @@ public record struct BeforePryEvent(EntityUid User, bool PryPowered, bool Force)
|
||||
|
||||
public readonly bool Force = Force;
|
||||
|
||||
public string? Message;
|
||||
|
||||
public bool Cancelled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user