From 02b102d4fc46397164b9fec9b87ee68572c07192 Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Fri, 20 Mar 2026 13:03:46 -0500 Subject: [PATCH] Update dZoneManager/Raw.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- dZoneManager/Raw.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dZoneManager/Raw.cpp b/dZoneManager/Raw.cpp index 5799ef68..573d1cc9 100644 --- a/dZoneManager/Raw.cpp +++ b/dZoneManager/Raw.cpp @@ -287,7 +287,8 @@ namespace Raw { LOG("Raw terrain bounds: X[%.2f, %.2f], Z[%.2f, %.2f]", outRaw.minBoundsX, outRaw.maxBoundsX, outRaw.minBoundsZ, outRaw.maxBoundsZ); } - } return true; + } + return true; } catch (const std::exception&) { return false; }