Skip to content

speaker.playSound returns true when it should not #698

@Jeuvke

Description

@Jeuvke
local speaker = peripheral.find("speaker")
print(speaker.playSound("notasound"))

will return true.
playSound will never return false, and only throws when using capital letters, some special characters, or spaces in the sound name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-MinecraftThis affects CC's Minecraft-specific content.bugA problem or unexpected behaviour with the mod.wontfixA bug which I won't fix or an enhancement which won't be implemented.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions