Skip to content

Commit

Permalink
Fix #2952: Revert "Fix #2774 (#2902)"
Browse files Browse the repository at this point in the history
This reverts commit ad6fb9d.
  • Loading branch information
patrikjuvonen committed Apr 9, 2023
1 parent eeaf2c1 commit ada63d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3462,7 +3462,6 @@ bool CStaticFunctionDefinitions::RedirectPlayer(CElement* pElement, const char*
BitStream.pBitStream->Write(ucPasswordLength);
BitStream.pBitStream->Write(szPassword, ucPasswordLength);
}
pPlayer->SetLeavingServer(true);
pPlayer->Send(CLuaPacket(FORCE_RECONNECT, *BitStream.pBitStream));

usPort = usPort ? usPort : g_pGame->GetConfig()->GetServerPort();
Expand Down

0 comments on commit ada63d1

Please sign in to comment.