Update PluginMessages.kt
This commit is contained in:
@@ -62,7 +62,7 @@ fun sendPluginMessageToBungeeCord(
|
||||
}
|
||||
|
||||
if (onResponse != null)
|
||||
BungeePluginMessageResponseCallback(subChannel, player, responseTimeout, onResponse)
|
||||
BungeePluginMessageResponseCallback(subChannel, responseTimeout, onResponse)
|
||||
|
||||
player.sendPluginMessage(KSpigotMainInstance, "BungeeCord", msgbytes.toByteArray())
|
||||
|
||||
|
Reference in New Issue
Block a user