From 3af0c7c0b01b3f09f3d833724fcb2fb95753e51e Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Thu, 22 Sep 2022 00:22:43 +0200 Subject: [PATCH] Fix dedicated.dll compile errors --- r5dev/engine/host_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/engine/host_state.cpp b/r5dev/engine/host_state.cpp index c5fb73fa..4b90e17e 100644 --- a/r5dev/engine/host_state.cpp +++ b/r5dev/engine/host_state.cpp @@ -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 {