Update PluginMessages.kt

This commit is contained in:
bluefireoly
2020-11-02 18:42:21 +01:00
parent 07a3c398a0
commit b5bcce3d8d

View File

@@ -62,7 +62,7 @@ fun sendPluginMessageToBungeeCord(
}
if (onResponse != null)
BungeePluginMessageResponseCallback(subChannel, player, responseTimeout, onResponse)
BungeePluginMessageResponseCallback(subChannel, responseTimeout, onResponse)
player.sendPluginMessage(KSpigotMainInstance, "BungeeCord", msgbytes.toByteArray())