Skip to content

Commit dc2f24a

Browse files
committed
fix: event list fallback to support 29/07/2025 update
1 parent 454fdda commit dc2f24a

File tree

2 files changed

+4
-1
lines changed

2 files changed

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

pkg/demoinfocs/s2_commands.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,11 @@ func getGameEventListBinForProtocol(networkProtocol int) ([]byte, error) {
389389
case networkProtocol < 14069:
390390
return eventListFolder.ReadFile("event-list-dump/14023.bin")
391391

392-
default:
392+
case networkProtocol < 14089:
393393
return eventListFolder.ReadFile("event-list-dump/14070.bin")
394+
395+
default:
396+
return eventListFolder.ReadFile("event-list-dump/14089.bin")
394397
}
395398
}
396399

0 commit comments

Comments
 (0)