mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
do not track error
faststats update
This commit is contained in:
parent
68f63a8ec7
commit
2070f8fd68
2 changed files with 1 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ dependencies {
|
|||
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
||||
|
||||
// fast stats
|
||||
implementation("dev.faststats.metrics:bukkit:0.19.0")
|
||||
implementation("dev.faststats.metrics:bukkit:0.22.1")
|
||||
|
||||
// minimessage
|
||||
implementation("net.kyori:adventure-text-minimessage:4.25.0")
|
||||
|
|
|
|||
|
|
@ -210,7 +210,6 @@ open class CustomAnvil : JavaPlugin() {
|
|||
.setFeatured(featured)
|
||||
.setOnError {
|
||||
logger.log(Level.WARNING, "error trying to fetch latest update", it)
|
||||
MetricsUtil.trackError(it)
|
||||
}
|
||||
.checkVersion { latestVer: String? ->
|
||||
CustomAnvil.latestVer = latestVer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue