mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-29 09:04:26 +00:00
1e661b7a03
Cases 1 to 4 of the procUnits() switch had a byte-identical body (send troops when the rally-point form is submitted, otherwise load the unit form). Stack the four case labels and keep a single shared body via switch fall-through. Behaviour-preserving. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>