diff --git a/src/Entities/Entity.cpp b/src/Entities/Entity.cpp index 7dec980..7676f3d 100644 --- a/src/Entities/Entity.cpp +++ b/src/Entities/Entity.cpp @@ -191,6 +191,8 @@ namespace Entities { MovementWorkerStarted = false; } + std::this_thread::sleep_for(std::chrono::milliseconds(500)); + } void Entity::handleExternalComms(std::string msg)