mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
a787929604
The #182 merge resolution left buildScoutReport() defined but never called, while the original inline scout-report block was kept at the call site — so the method was dead code and the scout-report logic was duplicated. This wires it up: the inline block in the `if (!empty($scout))` branch is replaced by a single `$info_spy = $this->buildScoutReport(...)` call. The method already exists and its body is identical to the removed inline block, so behaviour is unchanged — this just removes the duplication and makes the extraction actually take effect. Brace balance even (634/634). Co-authored-by: TravianZ Patcher <patcher@localhost> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>