mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
Fix github link in debugpaste
This commit is contained in:
parent
ab6fd06657
commit
cdd1fad85c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public class DebugPaste extends SubCommand {
|
|||
b.append("OS Arch: ").append(System.getProperty("os.arch")).append('\n');
|
||||
b.append("# Okay :D Great. You are now ready to create your bug report!");
|
||||
b.append(
|
||||
"\n# You can do so at https://github.com/IntellectualSites/PlotSquared/issues");
|
||||
"\n# You can do so at https://github.com/Sauilitired/Hyperverse/issues");
|
||||
b.append("\n# or via our Discord at https://discord.gg/KxkjDVg");
|
||||
|
||||
final IncendoPaster incendoPaster = new IncendoPaster("plotsquared");
|
||||
|
|
Loading…
Reference in a new issue