Fix foam crash (#3250)
This commit is contained in:
@@ -150,7 +150,7 @@ namespace Content.Server.GameObjects.Components.Chemistry
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (var entity in tile.GetEntitiesInTileFast())
|
foreach (var entity in tile.GetEntitiesInTileFast().ToArray())
|
||||||
{
|
{
|
||||||
ReactWithEntity(entity, solutionFraction);
|
ReactWithEntity(entity, solutionFraction);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user