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

View File

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