Skip to content

Commit d52e589

Browse files
committed
gg 5 times
1 parent d1c44af commit d52e589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Content.Shared/Emag/Systems/EmagSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private void OnAccessOverriderAccessUpdated(Entity<EmaggedComponent> entity, ref
7171
return;
7272

7373
if (!EmagType.TryGetValue("Access", out var emag))
74-
return;
74+
return;
7575

7676
entity.Comp.EmagType = emag; // goob edit end
7777
Dirty(entity);

0 commit comments

Comments
 (0)