Hotfix 0.16.7.0

This commit is contained in:
Markus Isberg
2022-02-26 02:16:41 +09:00
parent 102e089aa6
commit a83f375681
15 changed files with 62 additions and 24 deletions
@@ -1030,7 +1030,7 @@ namespace Barotrauma
const int maxDist = 1000;
if (level != null)
if (level != null && !level.Removed)
{
foreach (var ruin in level.Ruins)
{