mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 15:43:49 +01:00
The ignored() function is called on every packet when debug logging is enabled. It was rebuilding a slice and map from scratch each time. Move to a package-level map initialized once at startup.