Merge remote-tracking branch 'space-station-14/master' into ed-02-06-2024-upstream
This commit is contained in:
@@ -66,7 +66,7 @@ public sealed class LockSystem : EntitySystem
|
||||
|
||||
private void OnActivated(EntityUid uid, LockComponent lockComp, ActivateInWorldEvent args)
|
||||
{
|
||||
if (args.Handled)
|
||||
if (args.Handled || !args.Complex)
|
||||
return;
|
||||
|
||||
//CrystallPunk LockSystem Adapt
|
||||
|
||||
Reference in New Issue
Block a user