We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c282f0 commit 8fc1093Copy full SHA for 8fc1093
1 file changed
rehlds/rehlds/rehlds_api_impl.cpp
@@ -490,7 +490,7 @@ void EXT_FUNC SetServerPause(bool setPause)
490
491
void SV_SendUserReg_api(sizebuf_t *msg)
492
{
493
- SV_SendUserReg(msg, sv_gpUserMsgs);
+ SV_SendUserReg(msg, sv_gpNewUserMsgs);
494
}
495
496
CRehldsServerStatic g_RehldsServerStatic;
@@ -962,3 +962,4 @@ IRehldsFlightRecorder* EXT_FUNC CRehldsApi::GetFlightRecorder() {
962
963
964
EXPOSE_SINGLE_INTERFACE(CRehldsApi, IRehldsApi, VREHLDS_HLDS_API_VERSION);
965
+
0 commit comments