From 9bc8984a21b164fbfc2a7ccb70d0cdc3b0970c31 Mon Sep 17 00:00:00 2001 From: tovjemam Date: Sat, 14 Mar 2026 22:40:33 +0100 Subject: [PATCH] Increase destructible respawn to 120s --- src/game/openworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); }