ADD: added sleep to worker main loop

This commit is contained in:
Henry Winkel
2023-08-11 14:01:49 +02:00
parent 2bc36527a3
commit 3f19bd92b4

View File

@@ -191,6 +191,8 @@ namespace Entities
{
MovementWorkerStarted = false;
}
std::this_thread::sleep_for(std::chrono::milliseconds(500));
}
void Entity::handleExternalComms(std::string msg)