Skip to content

Commit 020999b

Browse files
committed
fix: event list fallback to support 29/07/2025 update
1 parent e330aad commit 020999b

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
@@ -385,8 +385,11 @@ func getGameEventListBinForProtocol(networkProtocol int) ([]byte, error) {
385385
case networkProtocol < 14069:
386386
return eventListFolder.ReadFile("event-list-dump/14023.bin")
387387

388-
default:
388+
case networkProtocol < 14089:
389389
return eventListFolder.ReadFile("event-list-dump/14070.bin")
390+
391+
default:
392+
return eventListFolder.ReadFile("event-list-dump/14089.bin")
390393
}
391394
}
392395

0 commit comments

Comments
 (0)