geforkt von Mirrors/Paper
Actually return.
Dieser Commit ist enthalten in:
Ursprung
93efa5a803
Commit
e5c51c790f
@ -137,7 +137,8 @@ public class Main {
|
|||||||
// Do you love Java using + and ! as string based identifiers? I sure do!
|
// Do you love Java using + and ! as string based identifiers? I sure do!
|
||||||
String path = new File(".").getAbsolutePath();
|
String path = new File(".").getAbsolutePath();
|
||||||
if (path.contains("!") || path.contains("+")) {
|
if (path.contains("!") || path.contains("+")) {
|
||||||
System.err.println("Cannot run server in a directory with ! or + in the pathname. Please rename the affected folders and try again,");
|
System.err.println("Cannot run server in a directory with ! or + in the pathname. Please rename the affected folders and try again.");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren