From 21a10e201b6ea7afd4ffdd7d6b9668806085b6a5 Mon Sep 17 00:00:00 2001 From: IcePixelx <41352111+PixieCore@users.noreply.github.com> Date: Sun, 9 Jan 2022 14:36:22 +0100 Subject: [PATCH] Typos. --- r5dev/engine/host_state.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/r5dev/engine/host_state.cpp b/r5dev/engine/host_state.cpp index 10adbac6..884cb360 100644 --- a/r5dev/engine/host_state.cpp +++ b/r5dev/engine/host_state.cpp @@ -31,6 +31,7 @@ void KeepAliveToPylon() // BUG BUG: Checksum is null on dedi // ADDITIONAL NOTES: seems to be related to scripts, this also happens when the listen server is started but the client from the same process never connects. // Checksum only gets set on the server if the client from its own process connects to it. + std::to_string(*g_nRemoteFunctionCallsChecksum), std::string(), g_szNetKey.c_str() } @@ -84,9 +85,9 @@ void BanListCheck() DevMsg(eDLL_T::SERVER, "] PYLON NOTICE -----------------------------------------------\n"); DevMsg(eDLL_T::SERVER, "] OriginID : | '%lld' IS GETTING DISCONNECTED.\n", g_pClient->m_iOriginID); if (finalIpAddress.empty()) - DevMsg(eDLL_T::SERVER, "] IP-ADDR : | CLIENT MODIFIED PACKET.\n"); + DevMsg(eDLL_T::SERVER, "] IP-ADDR : | CLIENT MODIFIED PACKET.\n"); else - DevMsg(eDLL_T::SERVER, "] IP-ADDR : | '%s'\n", finalIpAddress.c_str()); + DevMsg(eDLL_T::SERVER, "] IP-ADDR : | '%s'\n", finalIpAddress.c_str()); DevMsg(eDLL_T::SERVER, "--------------------------------------------------------------\n"); DevMsg(eDLL_T::SERVER, "\n");