mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-08-04 01:33:30 -04:00
After tracing the code paths, it seems like concurrent access should not happen. If targets are somehow written/read in parallel it's fucked anyway. Using a regular dict is cheaper and avoids expensive clear. Fixes https://github.com/Facepunch/sbox/issues/4186