Ignore invalid MIDI event of type 5 to prevent console spam.

This commit is contained in:
Víctor Aguilera Puerto
2020-06-04 19:30:46 +02:00
parent ace88ab20b
commit 5473fd183b

View File

@@ -479,6 +479,7 @@ namespace Robust.Client.Audio.Midi
{
// Sometimes MIDI files spam these for no good reason and I can't find any info on what they are.
case 1:
case 5:
case 81:
break;