Skip to content

Commit

Permalink
Link to new issue page instead of repository main page.
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jul 12, 2013
1 parent 11508c7 commit 0486bd2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -217,7 +217,7 @@ public void serverStarting(FMLServerStartingEvent event) {
+ "\nIf anything breaks, check if it is still broken without TickThreading"
+ "\nWe don't want to annoy mod devs with issue reports caused by TickThreading."
+ "\nSeriously, please don't."
+ "\nIf it's only broken with TickThreading, report it at http://github.com/nallar/TickThreading"
+ "\nIf it's only broken with TickThreading, report it at https://github.com/nallar/TickThreading/issues/new"
+ "\n\nAlso, you really should be making regular backups. (You should be doing that even when not using TT.)");
if (Log.debug) {
Log.severe("TickThreading is running in debug mode.");
Expand Down

0 comments on commit 0486bd2

Please sign in to comment.