fixes for handling gameobjects

This commit is contained in:
rootdarkarchon
2023-02-17 10:06:21 +01:00
parent 0c48508dbc
commit 7f36e80e2a
3 changed files with 5 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ public class MareMediator : IDisposable
}
catch (Exception ex)
{
Logger.Error("Error executing " + subscriber, ex);
Logger.Error("Error executing " + message.GetType() + " for subscriber " + subscriber + ", removing from Mediator", ex);
subscribers.RemoveWhere(s => s == subscriber);
}
}