mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
fix mcdf application
This commit is contained in:
parent
dc3c6c199d
commit
afe6c75688
4 changed files with 11 additions and 3 deletions
|
|
@ -422,7 +422,14 @@ public sealed class GameObjectHandler : DisposableMediatorSubscriberBase
|
|||
_clearCts?.Cancel();
|
||||
_clearCts?.Dispose();
|
||||
_clearCts = null;
|
||||
_zoningCts.CancelAfter(2500);
|
||||
try
|
||||
{
|
||||
_zoningCts?.CancelAfter(2500);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogWarning(ex, "Zoning CTS cancel issue");
|
||||
}
|
||||
}
|
||||
|
||||
private void ZoneSwitchStart()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue