mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
hot damn. get <name> added
By: Taylor Kelly <tkelly910@gmail.com>
This commit is contained in:
parent
ca056597e1
commit
fa875ff2b6
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…
Reference in a new issue