13
0
geforkt von Mirrors/Paper

hot damn. get <name> added

By: Taylor Kelly <tkelly910@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-01-03 16:23:24 +08:00
Ursprung ca056597e1
Commit fa875ff2b6

Datei anzeigen

@ -89,7 +89,7 @@ public class Updater {
} }
} }
private void enablePlugin(FillReader update) { void enablePlugin(FillReader update) {
final String name = update.getName(); final String name = update.getName();
//TODO again with the implicit jar support... //TODO again with the implicit jar support...
File plugin = new File(directory, name + ".jar"); File plugin = new File(directory, name + ".jar");