mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
Fix a logic error in Protectedgridsystem (#39271)
fix a logic error in Protectedgridsystem
This commit is contained in:
@@ -62,7 +62,7 @@ public sealed class ProtectedGridSystem : EntitySystem
|
||||
return;
|
||||
}
|
||||
|
||||
if (SharedMapSystem.FromBitmask(args.GridIndices, data))
|
||||
if (!SharedMapSystem.FromBitmask(args.GridIndices, data))
|
||||
{
|
||||
args.Cancelled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user