File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Client/mods/deathmatch/logic Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2400,7 +2400,7 @@ void CPacketHandler::Packet_MapInfo(NetBitStreamInterface& bitStream)
24002400 g_pClientGame->SetWorldSpecialProperty (WorldSpecialProperty::EXTENDEDWATERCANNONS, wsProps.data4 .extendedwatercannons );
24012401 g_pClientGame->SetWorldSpecialProperty (WorldSpecialProperty::TUNNELWEATHERBLEND, wsProps.data5 .tunnelweatherblend );
24022402 g_pClientGame->SetWorldSpecialProperty (WorldSpecialProperty::IGNOREFIRESTATE, wsProps.data6 .ignoreFireState );
2403- g_pClientGame->SetWorldSpecialProperty (WorldSpecialProperty::FLYINGCOMPONENTS, wsProps.data6 .flyingcomponents );
2403+ g_pClientGame->SetWorldSpecialProperty (WorldSpecialProperty::FLYINGCOMPONENTS, wsProps.data7 .flyingcomponents );
24042404
24052405 float fJetpackMaxHeight = 100 ;
24062406 if (!bitStream.Read (fJetpackMaxHeight ))
You can’t perform that action at this time.
0 commit comments