Adds the proper update check URL and updates version to 1.0.1
This commit is contained in:
@ -179,7 +179,8 @@ public final class PermissionSigns extends JavaPlugin {
|
||||
SignManager.loadSigns();
|
||||
PermissionManager.loadTemporaryPermissions();
|
||||
|
||||
UpdateChecker.checkForUpdate(this, "", () -> pluginVersion, null);
|
||||
UpdateChecker.checkForUpdate(this, "https://api.spigotmc.org/legacy/update.php?resource=99426",
|
||||
() -> pluginVersion, null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user