Skip to content

Commit c943800

Browse files
committed
feat: event list fallback to support 15/10/2025 update
1 parent 65b09f7 commit c943800

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
15.1 KB
Binary file not shown.

pkg/demoinfocs/s2_commands.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,11 @@ func getGameEventListBinForProtocol(networkProtocol int) ([]byte, error) {
402402
case networkProtocol < 14089:
403403
return eventListFolder.ReadFile("event-list-dump/14070.bin")
404404

405-
default:
405+
case networkProtocol < 14113:
406406
return eventListFolder.ReadFile("event-list-dump/14089.bin")
407+
408+
default:
409+
return eventListFolder.ReadFile("event-list-dump/14113.bin")
407410
}
408411
}
409412

0 commit comments

Comments
 (0)