Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
Correct technical typo.
Dieser Commit ist enthalten in:
Ursprung
c94794a845
Commit
6354f10874
@ -39,7 +39,7 @@ public class JavaPluginLoader implements PluginLoader {
|
||||
Optional<SerializedPluginDescription> serialized = getSerializedPluginInfo(source);
|
||||
|
||||
if (!serialized.isPresent()) {
|
||||
throw new InvalidPluginException("Did not find a valid velocity-info.json.");
|
||||
throw new InvalidPluginException("Did not find a valid velocity-plugin.json.");
|
||||
}
|
||||
|
||||
SerializedPluginDescription pd = serialized.get();
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren