Skip to content

Commit

Permalink
[2.0.0-PRE-18] Fix #148
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsFlicker committed Jun 27, 2022
1 parent 18d53d4 commit e78af12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object BungeeComponentManager : ComponentManager {
adventure?.close()
}

override fun sendSystemComponent(receiver: Any, component: Component) {
override fun sendSystemComponent(receiver: Any, component: Component, sender: Any?) {
TODO("Not yet implemented")
}

Expand Down

0 comments on commit e78af12

Please sign in to comment.