We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582eb3e commit 003a737Copy full SHA for 003a737
fCraft/Player/Chat.cs
@@ -130,7 +130,7 @@ public static void getUrls(string rawMessage) {
130
Server.BotMessage("Full Url{0}: {1}", fullUrls.Count() > 1 ? "s" : "" ,fullUrls.JoinToString(" - "));
131
}
132
} catch (Exception ex) {
133
- Logger.Log(LogType.Error, "Unshorterner website may be down or you are not connected to the internet!");
+ Logger.Log(LogType.Error, "Unable to connect to Unshortener website!");
134
Logger.Log(LogType.Debug, ex.ToString());
135
136
0 commit comments