SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit 05f9658f55 - Show all commits

View File

@ -222,6 +222,8 @@ void Server::Log(std::string str, bool is_error = false, bool is_fatal = false)
}
if (is_fatal) {
if (m_logfile.is_open())
m_logfile.close();
if (m_sock_udp)
closesocket(m_sock_udp);
if (m_sock_tcp)