1 parent 2ebeb92 commit 8a18411Copy full SHA for 8a18411
1 file changed
Essentials/Commands/GridModule.cs
@@ -140,6 +140,7 @@ public void Eject(string gridName = null)
140
public void StaticLarge()
141
{
142
foreach (var grid in MyEntities.GetEntities().OfType<MyCubeGrid>().Where(g => g.GridSizeEnum == MyCubeSize.Large).Where(x => x.Projector == null))
143
+ if (grid != grid.GetBiggestGridInGroup()) continue;
144
grid.OnConvertedToStationRequest(); //Keen why do you do this to me?
145
}
146
0 commit comments