mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
hot damn. get <name> added
This commit is contained in:
parent
d9fc1dffea
commit
9123928883
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public class Updater {
|
|||
}
|
||||
}
|
||||
|
||||
private void enablePlugin(FillReader update) {
|
||||
void enablePlugin(FillReader update) {
|
||||
final String name = update.getName();
|
||||
//TODO again with the implicit jar support...
|
||||
File plugin = new File(directory, name + ".jar");
|
||||
|
|
Loading…
Add table
Reference in a new issue