Added a null check for STW
Changed positions of notes
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Barotrauma
|
||||
{
|
||||
try
|
||||
{
|
||||
action.Invoke();
|
||||
action?.Invoke();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user