chore(build): update libs

This commit is contained in:
fallenoak 2023-03-27 17:46:26 -05:00
parent 6f52a6287d
commit aeade5b085
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
9 changed files with 9 additions and 9 deletions

View file

@ -94,7 +94,7 @@ void NETEVENTQUEUE::Poll() {
client->DelRef();
this->m_eventQueue.DeleteAll();
this->m_eventQueue.Clear();
this->m_critSect.Leave();
}