geforkt von Mirrors/Velocity
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