1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-21 03:39:44 +00:00

Autoformatter mistake

This commit is contained in:
Matthew W 2024-03-13 08:40:15 -06:00
parent 67c565ef02
commit bc2e09fb4a
No known key found for this signature in database
GPG Key ID: A2729491C5392E30

View File

@ -107,7 +107,7 @@ elseif cmd == "play" then
handle.read(4)
start = nil
-- Detect several other common audio files.
-- Detect several other common audio files.
elseif start == "OggS" then return report_invalid_format("Ogg")
elseif start == "fLaC" then return report_invalid_format("FLAC")
elseif start:sub(1, 3) == "ID3" then return report_invalid_format("MP3")