geforkt von Mirrors/FastAsyncWorldEdit
Fix up debugpaste spaces
Dieser Commit ist enthalten in:
Ursprung
3fb5ac6be8
Commit
cd7133b199
@ -215,9 +215,8 @@ public final class IncendoPaster implements Paster {
|
|||||||
"# Welcome to this paste\n# It is meant to provide us at IntellectualSites with better information about your "
|
"# Welcome to this paste\n# It is meant to provide us at IntellectualSites with better information about your "
|
||||||
+ "problem\n");
|
+ "problem\n");
|
||||||
b.append("\n# Server Information\n");
|
b.append("\n# Server Information\n");
|
||||||
b.append("Server Platform: ").append(Fawe.imp().getPlatform()).append('\n');
|
b.append(Fawe.imp().getDebugInfo());
|
||||||
b.append(Fawe.imp().getDebugInfo()).append('\n');
|
b.append("\n# YAY! Now, let's see what we can find in your JVM\n");
|
||||||
b.append("\n\n# YAY! Now, let's see what we can find in your JVM\n");
|
|
||||||
Runtime runtime = Runtime.getRuntime();
|
Runtime runtime = Runtime.getRuntime();
|
||||||
RuntimeMXBean rb = ManagementFactory.getRuntimeMXBean();
|
RuntimeMXBean rb = ManagementFactory.getRuntimeMXBean();
|
||||||
b.append("Uptime: ").append(TimeUnit.MINUTES.convert(rb.getUptime(), TimeUnit.MILLISECONDS) + " minutes").append('\n');
|
b.append("Uptime: ").append(TimeUnit.MINUTES.convert(rb.getUptime(), TimeUnit.MILLISECONDS) + " minutes").append('\n');
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren