diff --git a/dev/performance-3.0.5/dlls/ns.dll b/dev/performance-3.0.5/dlls/ns.dll index 739e82e..bd9b795 100644 Binary files a/dev/performance-3.0.5/dlls/ns.dll and b/dev/performance-3.0.5/dlls/ns.dll differ diff --git a/dev/performance-3.0.5/source/mod/AvHPlayer.cpp b/dev/performance-3.0.5/source/mod/AvHPlayer.cpp index 9b9d2b0..23f0efb 100644 --- a/dev/performance-3.0.5/source/mod/AvHPlayer.cpp +++ b/dev/performance-3.0.5/source/mod/AvHPlayer.cpp @@ -6980,9 +6980,12 @@ void AvHPlayer::PropagateServerVariables() if ( mServerVariableList[i].mLastValueSent != theValue) { - mServerVariableList[i].mLastValueSent = theValue; +#ifdef AVH_SERVER + ALERT(at_console, UTIL_VarArgs("Sent server var to %s: %s %s\n", this->mDesiredNetName, mServerVariableList[i].mName.c_str(), mServerVariableList[i].mLastValueSent.c_str())); +#endif + MESSAGE_BEGIN(MSG_ONE, gmsgServerVar, NULL, this->pev); WRITE_STRING( mServerVariableList[i].mName.c_str() );