We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532282d commit 51d32f3Copy full SHA for 51d32f3
LavalinkServer/src/main/java/lavalink/server/bootstrap/PluginManager.kt
@@ -69,7 +69,8 @@ class PluginManager(val config: PluginsConfig) {
69
70
// Delete versions of the plugin that aren't the same as declared version.
71
if (!jar.file.delete()) throw RuntimeException("Failed to delete ${jar.file.path}")
72
- log.info("Deleted ${jar.file.path} (old version: ${jar.manifest.version})")
+ log.info("Deleted ${jar.file.path} (new version: ${declaration.version})")
73
+")
74
}
75
76
if (!hasCurrentVersion) {
0 commit comments