Skip to content

Commit

Permalink
update debug submit output url
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 3, 2019
1 parent 964aa85 commit df7234c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ public void run() {
Messaging.sendError(sender, "Error while submitting.");
}
else {
Messaging.send(sender, "Successfully submitted to http://old.mcmonkey.org" + submit.Result);
Messaging.send(sender, "Successfully submitted to https://one.denizenscript.com" + submit.Result);
}
this.cancel();
}
Expand Down

0 comments on commit df7234c

Please sign in to comment.