mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:07:22 +01:00
fixes for handling gameobjects
This commit is contained in:
parent
0c48508dbc
commit
7f36e80e2a
3 changed files with 5 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue