Skip to content

Commit b735de4

Browse files
authored
Merge pull request #612 from markus-wa/event-fallback-update
2 parents 4e49895 + e4a42d0 commit b735de4

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
@@ -399,8 +399,11 @@ func getGameEventListBinForProtocol(networkProtocol int) ([]byte, error) {
399399
case networkProtocol < 14089:
400400
return eventListFolder.ReadFile("event-list-dump/14070.bin")
401401

402-
default:
402+
case networkProtocol < 14113:
403403
return eventListFolder.ReadFile("event-list-dump/14089.bin")
404+
405+
default:
406+
return eventListFolder.ReadFile("event-list-dump/14113.bin")
404407
}
405408
}
406409

0 commit comments

Comments
 (0)