refactor: undo unnecessary changes

This commit is contained in:
xaver106 2022-06-03 15:48:33 +02:00
parent 3fed8ba970
commit 6f857c917a
No known key found for this signature in database
GPG Key ID: B1A415AB920AFDA2
1 changed files with 3 additions and 3 deletions

View File

@ -78,9 +78,9 @@ public class DebugPaste extends SubCommand {
StringBuilder b = new StringBuilder();
b.append(
"""
# Welcome to this paste
# It is meant to provide us at IntellectualSites with better information about your problem
"""
# Welcome to this paste
# It is meant to provide us at IntellectualSites with better information about your problem
"""
);
b.append("# PlotSquared Information\n");
b.append("PlotSquared Version: ").append(PlotSquared.get().getVersion())