Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
clarify what file has to be created
Dieser Commit ist enthalten in:
Ursprung
bda1430d5c
Commit
1842021732
@ -499,7 +499,7 @@ public class VelocityConfiguration implements ProxyConfig {
|
||||
"The file " + forwardSecretFile + " is not a valid file or it is a directory.");
|
||||
}
|
||||
} else {
|
||||
throw new RuntimeException("The forwarding-secret-file does not exist.");
|
||||
throw new RuntimeException("The file '" + secretPath + "' does not exist.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren