3
0
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:
powercas_gamer 2023-06-25 13:29:28 +02:00
Ursprung bda1430d5c
Commit 1842021732
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 992A87E515A7C2F1

Datei anzeigen

@ -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.");
}
}
}