Skip to content

Commit

Permalink
Merge pull request #22 from Wirlie/2.0.0
Browse files Browse the repository at this point in the history
Finally 2.0.0-BETA1 pre-release.
  • Loading branch information
Wirlie authored Sep 23, 2022
2 parents 78efcae + b662f7f commit 1069361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class EnhancedGlistBungeeCord: Plugin() {
)
ex.printStackTrace()
}
platform.messenger = messenger
platform.setupMessenger()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class EnhancedGlistVelocity {
)
ex.printStackTrace()
}
platform.messenger = messenger
platform.setupMessenger()
}

Expand Down

0 comments on commit 1069361

Please sign in to comment.