Skip to content

Commit 003a737

Browse files
committed
Re-Word unshortener error message
Also want to check and see if the build uploader with travis-ci still works.
1 parent 582eb3e commit 003a737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fCraft/Player/Chat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static void getUrls(string rawMessage) {
130130
Server.BotMessage("Full Url{0}: {1}", fullUrls.Count() > 1 ? "s" : "" ,fullUrls.JoinToString(" - "));
131131
}
132132
} catch (Exception ex) {
133-
Logger.Log(LogType.Error, "Unshorterner website may be down or you are not connected to the internet!");
133+
Logger.Log(LogType.Error, "Unable to connect to Unshortener website!");
134134
Logger.Log(LogType.Debug, ex.ToString());
135135
}
136136
}

0 commit comments

Comments
 (0)