mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
The handleMsgMhfGetPaperData function was 565 lines, but most of it was inline data table literals. Extract tower config (case 5) and tower scaling (case 6) slices into package-level vars in handlers_data_paper_tables.go, reducing the handler to 73 lines while co-locating all paper data tables in one file.