Fixed bug which prevented clients from kicking client from channel

This commit is contained in:
WolverinDEV 2021-04-18 21:36:35 +02:00
parent db8e232bfa
commit 45229e1e8e
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ void VirtualServer::client_move(
TIMING_START(timings);
if(!server_channel_write_lock.owns_lock()) {
server_channel_write_lock.unlock();
server_channel_write_lock.lock();
}
TIMING_STEP(timings, "chan tree l");