Нужно избавится от std::atomic

This commit is contained in:
2025-02-18 16:54:39 +06:00
parent ece8490a4e
commit a007aa85d0
3 changed files with 1 additions and 6 deletions

View File

@@ -527,8 +527,6 @@ coro<> ServerSession::rP_Content(Net::AsyncSocket &sock) {
while(!NetInputPackets.push(packet));
LOG.info() << "Приняты воксели чанка " << int(wcId) << " / " << pos.X << ":" << pos.Y << ":" << pos.Z << " Вокселей " << debugCubesCount;
co_return;
}