13
0
geforkt von Mirrors/Velocity

Correct technical typo.

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-11-14 00:29:51 -05:00
Ursprung c94794a845
Commit 6354f10874

Datei anzeigen

@ -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();