This commit is contained in:
Jesse Boyd 2017-08-09 15:15:45 +10:00
parent 7ba4e51a22
commit 62295e227a
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -135,7 +135,7 @@ public class WorldEditCommands {
changes = scanner.useDelimiter("\\A").next();
}
}
changes = changes.replaceAll("#([0-9]+)", "github.com/boy0001/FastAsyncWorldedit//$1");
changes = changes.replaceAll("#([0-9]+)", "github.com/boy0001/FastAsyncWorldedit/pulls/$1");
actor.print(BBC.getPrefix() + changes);
} catch (IOException e) {
throw new RuntimeException(e);