Delta-v/Content.Server/Doors/Systems
nikthechampiongr 9bebdf5706
Fix improper prediction on unpryable doors (#24738)
Fix improper prediction on unpryable doors.

Entities that had CanPry to false on their components would get
improperly predicted as pryable on the client because the check was only
preformed on the server. Same problem existed for welded doors. Moved
the check from server to shared.
2024-01-30 13:03:15 -05:00
..
AirlockSystem.cs Increase zombie prying time for bolted doors (#23383) 2024-01-03 17:41:39 -07:00
DoorBoltSystem.cs Split Door Bolt functionality out of AirlockDoor (#16354) 2023-05-31 10:23:35 -04:00
DoorSystem.cs Fix improper prediction on unpryable doors (#24738) 2024-01-30 13:03:15 -05:00
FirelockSystem.cs Remove 700 usages of Component.Owner (#21100) 2023-10-19 12:34:31 -07:00