mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-06 08:28:14 +01:00
Fix link
This commit is contained in:
parent
7ba4e51a22
commit
62295e227a
@ -135,7 +135,7 @@ public class WorldEditCommands {
|
|||||||
changes = scanner.useDelimiter("\\A").next();
|
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);
|
actor.print(BBC.getPrefix() + changes);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user