diff --git a/RageCoop.Client/Menus/Sub/ServersMenu.cs b/RageCoop.Client/Menus/Sub/ServersMenu.cs index a15f44da..adb9e934 100644 --- a/RageCoop.Client/Menus/Sub/ServersMenu.cs +++ b/RageCoop.Client/Menus/Sub/ServersMenu.cs @@ -102,10 +102,11 @@ private static void GetAllServers() } catch (Exception ex) { + Main.Logger.Error(ex); Notification.PostTicker($"~r~{ex.Message}", false); if (server.useZT) { - Notification.PostTicker($"Make sure ZeroTier is correctly installed, download it from https://www.zerotier.com/", false); + Notification.PostTicker($"Make sure ZeroTier is correctly installed, download it from https://www.zerotier.com/. \nCheck the log file, which under folder \"Grand Theft Auto V/Scripts/RageCoop/Data\", for more details.", false); } } }; @@ -136,4 +137,4 @@ private static string DownloadString(string url) } } } -} \ No newline at end of file +}