also remove GC Collect from script runner

This commit is contained in:
Evil Factory
2022-05-07 14:28:42 -03:00
parent 11220bcff2
commit 0d560a688c
@@ -114,8 +114,6 @@ namespace Barotrauma
}
}
Unload();
GC.Collect();
GC.WaitForPendingFinalizers();
}
catch (Exception ex)
{