Content side for removing IMap / IMapGrid comps (#12357)
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Content.Server.Shuttles.Systems
|
||||
|
||||
private void OnShuttleStartup(EntityUid uid, ShuttleComponent component, ComponentStartup args)
|
||||
{
|
||||
if (!EntityManager.HasComponent<IMapGridComponent>(component.Owner))
|
||||
if (!EntityManager.HasComponent<MapGridComponent>(component.Owner))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user