Skip to content
Snippets Groups Projects
Commit e11f5b52 authored by James R.'s avatar James R.
Browse files

rrserver.packets.SRB2.v51: fix packet types for morefilesneeded

parent 0d540fe4
No related branches found
No related tags found
No related merge requests found
...@@ -184,8 +184,8 @@ _packet_switch = dict( ...@@ -184,8 +184,8 @@ _packet_switch = dict(
AskInfo = (12, AskInfo), AskInfo = (12, AskInfo),
ServerInfo = (13, ServerInfo), ServerInfo = (13, ServerInfo),
PlayerInfo = (14, PlayerInfo), PlayerInfo = (14, PlayerInfo),
TellFilesNeeded = (37, TellFilesNeeded), TellFilesNeeded = (32, TellFilesNeeded),
MoreFilesNeeded = (38, MoreFilesNeeded), MoreFilesNeeded = (33, MoreFilesNeeded),
) )
Packet = _base.make_packet(_packet_switch) Packet = _base.make_packet(_packet_switch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment