Skip to content

Commit 8fc1093

Browse files
authored
fix typo
1 parent 0c282f0 commit 8fc1093

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rehlds/rehlds/rehlds_api_impl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ void EXT_FUNC SetServerPause(bool setPause)
490490

491491
void SV_SendUserReg_api(sizebuf_t *msg)
492492
{
493-
SV_SendUserReg(msg, sv_gpUserMsgs);
493+
SV_SendUserReg(msg, sv_gpNewUserMsgs);
494494
}
495495

496496
CRehldsServerStatic g_RehldsServerStatic;
@@ -962,3 +962,4 @@ IRehldsFlightRecorder* EXT_FUNC CRehldsApi::GetFlightRecorder() {
962962
}
963963

964964
EXPOSE_SINGLE_INTERFACE(CRehldsApi, IRehldsApi, VREHLDS_HLDS_API_VERSION);
965+

0 commit comments

Comments
 (0)