Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRedMagic committed Jun 21, 2024
1 parent 554f5ba commit 129c045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

apply(plugin = "maven-publish")
val versionVar = "0.5.35"
val versionVar = "0.5.36"
val groupIdVar = "com.undefined"
val artifactIdVar = "api"

Expand Down
4 changes: 2 additions & 2 deletions common/src/main/java/com/undefined/api/UndefinedAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ import java.io.File
*/
class UndefinedAPI(javaPlugin: JavaPlugin) {

private var adventure: BukkitAudiences
//private var adventure: BukkitAudiences

init {
plugin = javaPlugin
api = this
API(plugin)
adventure = BukkitAudiences.create(javaPlugin)
//adventure = BukkitAudiences.create(javaPlugin)
MenuManager.setup(plugin)
PlayerHitByPlayerManager()
BlockProgressManager()
Expand Down

0 comments on commit 129c045

Please sign in to comment.