Fix dedicated.dll compile errors

This commit is contained in:
Kawe Mazidjatari 2022-09-22 00:22:43 +02:00
parent 42c6be9e08
commit 3af0c7c0b0

View File

@ -239,7 +239,7 @@ FORCEINLINE void CHostState::Think(void) const
}
#endif // !CLIENT_DLL
#ifdef DEDICATED
if (pylonTimer.GetDurationInProgress().GetSeconds() > sv_pylonRefreshInterval->GetDouble())
if (pylonTimer.GetDurationInProgress().GetSeconds() > sv_pylonRefreshRate->GetDouble())
{
const NetGameServer_t netGameServer
{