Update sqinit.cpp

This commit is contained in:
Kawe Mazidjatari 2022-09-11 00:39:39 +02:00
parent 5f56e5abd3
commit c936683cea

View File

@ -449,7 +449,7 @@ namespace VSquirrel
if (svIpAddr.empty() || svEncKey.empty())
return SQ_OK;
DevMsg(eDLL_T::UI, "Connecting to server with ip-address '%s' and encryption key '%s'\n", svIpAddr.c_str(), svEncKey.c_str());
DevMsg(eDLL_T::UI, "Connecting to server with ip address '%s' and encryption key '%s'\n", svIpAddr.c_str(), svEncKey.c_str());
g_pServerListManager->ConnectToServer(svIpAddr, svEncKey);
return SQ_OK;