Added a null check for STW

Changed positions of notes
This commit is contained in:
NotAlwaysTrue
2026-04-30 22:35:30 +08:00
parent 02689d0d86
commit 8b6da6b033
2 changed files with 6 additions and 6 deletions
@@ -87,7 +87,7 @@ namespace Barotrauma
{
try
{
action.Invoke();
action?.Invoke();
}
catch (Exception e)
{