File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/maxgamer/quickshop/util/paste Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,10 @@ public class Paste {
122122 finalReport .append ("\t Data Version: " ).append (plugin .getServer ().getUnsafe ().getDataVersion ()).append ("\n " );
123123 if (plugin .getEnvironmentChecker ().isFabricBasedServer () || plugin .getEnvironmentChecker ().isForgeBasedServer ()) {
124124 if (plugin .getEnvironmentChecker ().isForgeBasedServer ()) {
125- finalReport .append ("Modded Server: Forge (No support offer on this platform)\n " );
125+ finalReport .append ("\t Modded Server: Forge (No support offer on this platform)\n " );
126126 }
127127 if (plugin .getEnvironmentChecker ().isFabricBasedServer ()) {
128- finalReport .append ("Modded Server: Fabric (No support offer on this platform)\n " );
128+ finalReport .append ("\t Modded Server: Fabric (No support offer on this platform)\n " );
129129 }
130130 }
131131 finalReport .append ("\t Java: " ).append (System .getProperty ("java.version" )).append ("\n " );
You can’t perform that action at this time.
0 commit comments