diff --git a/src/game/openworld.cpp b/src/game/openworld.cpp index 3cf378a..0396a07 100644 --- a/src/game/openworld.cpp +++ b/src/game/openworld.cpp @@ -119,7 +119,7 @@ void game::OpenWorld::DestructibleDestroyed(net::ObjNum num, std::unique_ptr(std::move(col)); - Schedule(10000, [this, num] { + Schedule(120000, [this, num] { RespawnObj(num); }); }