mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-17 14:24:03 +00:00
Attempt to fix updater
This commit is contained in:
@@ -17,7 +17,7 @@ public class UpdateCheckerService extends AbstractService
|
||||
{
|
||||
if (!newVersion)
|
||||
{
|
||||
if (plugin.getUpdateChecker().getUpdateStatusMessage(Bukkit.getConsoleSender(), false))
|
||||
if (plugin.getUpdateChecker().getUpdateStatusMessage(Bukkit.getConsoleSender(), false, false))
|
||||
{
|
||||
newVersion = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user