i forgor to pass this variable lmao

This commit is contained in:
9378062 2022-04-07 14:06:38 -04:00
parent d10f738304
commit a43072cd1d
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class PlexCMD extends PlexCommand
{
return mmString("<red>Plex is already up to date!");
}
plugin.getUpdateChecker().updateJar();
plugin.getUpdateChecker().updateJar(sender);
return null;
}
else