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