mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-07 14:54:56 +02: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.