Content side for removing IMap / IMapGrid comps (#12357)
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Content.Shared.Singularity
|
||||
var otherUid = args.BodyB.Owner;
|
||||
|
||||
// For prediction reasons always want the client to ignore these.
|
||||
if (EntityManager.HasComponent<IMapGridComponent>(otherUid) ||
|
||||
if (EntityManager.HasComponent<MapGridComponent>(otherUid) ||
|
||||
EntityManager.HasComponent<SharedGhostComponent>(otherUid))
|
||||
{
|
||||
args.Cancelled = true;
|
||||
|
||||
Reference in New Issue
Block a user