Update download link in notification

This commit is contained in:
filoghost 2021-04-25 11:10:21 +02:00
parent 276d35bb72
commit d8930febfc

View File

@ -36,7 +36,7 @@ public class UpdateNotificationListener implements Listener {
player.sendMessage(Colors.PRIMARY_SHADOW + "[HolographicDisplays] "
+ Colors.PRIMARY + "Found an update: " + newVersion + ". Download:");
player.sendMessage(Colors.PRIMARY_SHADOW + ">> "
+ Colors.PRIMARY + "http://dev.bukkit.org/bukkit-plugins/holographic-displays");
+ Colors.PRIMARY + "https://dev.bukkit.org/projects/holographic-displays");
}
}
}