Skip to content

Commit

Permalink
Fixed join by invite sometimes not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanGamer committed Jun 2, 2023
1 parent 95f4b69 commit bdfa96f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions engine/source/game/net/serverQuery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2502,10 +2502,10 @@ static void handleMasterServerJoinInviteResponse(const NetAddress* address, BitS
dSprintf(evalbuf, 64, "%s();", joinGameRejectCb);
Con::evaluatef(evalbuf);
}
dFree(joinGameAcceptCb);
dFree(joinGameRejectCb);
joinGameAcceptCb = NULL;
joinGameRejectCb = NULL;
//dFree(joinGameAcceptCb);
//dFree(joinGameRejectCb);
//joinGameAcceptCb = NULL;
//joinGameRejectCb = NULL;
}
#endif

Expand Down

0 comments on commit bdfa96f

Please sign in to comment.