Skip to content

Commit

Permalink
Merge pull request #463 from Shynixn/development
Browse files Browse the repository at this point in the history
Merge changes to master --release
  • Loading branch information
Shynixn authored Sep 27, 2023
2 parents f4ebba5 + 9e5fd2b commit 2b42f85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class BlockBallPlugin : JavaPlugin(), PluginProxy {
}

val useLegacy = getResource("plugin.yml")!!.bufferedReader().use { reader ->
!reader.readText().contains("api-version")
!reader.readText().contains("libraries")
}

val versions = if (useLegacy) {
Expand Down

0 comments on commit 2b42f85

Please sign in to comment.