ArnicaLib

ArnicaLib

203k Downloads

[BUG] Misspelled method name playerToPlayer

WakelessSloth56 opened this issue ยท 0 comments

commented

static void playerToPlayer(Player player, String id, SoundSource source, float volume, float pitch) {
player.playNotifySound(getSoundEventOrElseThrow(id), source, volume, pitch);
}