This commit is contained in:
Sardelka 2022-06-18 12:06:22 +08:00
parent cc4f5f46ce
commit 887e7f428d

View File

@ -352,7 +352,7 @@ namespace RageCoop.Client
}
catch(Exception ex)
{
GTA.UI.Screen.ShowSubtitle(ex.ToString());
Logger.Error(ex);
QueuedActions.Remove(action);
}
}