diff --git a/pkg/demoinfocs/event-list-dump/14113.bin b/pkg/demoinfocs/event-list-dump/14113.bin new file mode 100644 index 00000000..7f6bc10c Binary files /dev/null and b/pkg/demoinfocs/event-list-dump/14113.bin differ diff --git a/pkg/demoinfocs/s2_commands.go b/pkg/demoinfocs/s2_commands.go index b7bca82f..a3b29f1f 100644 --- a/pkg/demoinfocs/s2_commands.go +++ b/pkg/demoinfocs/s2_commands.go @@ -399,8 +399,11 @@ func getGameEventListBinForProtocol(networkProtocol int) ([]byte, error) { case networkProtocol < 14089: return eventListFolder.ReadFile("event-list-dump/14070.bin") - default: + case networkProtocol < 14113: return eventListFolder.ReadFile("event-list-dump/14089.bin") + + default: + return eventListFolder.ReadFile("event-list-dump/14113.bin") } }