Kawe Mazidjatari 7f4ab752b2 Engine: server bulk ban check bug fixes
If the code was ran in the main thread, it would never fire the actual check logic. This patch changed the code so it would always fire from the start of the frame. Also fixed a memory leak that occurred when passing in an external banned list to SV_CheckClientsForBan (previously, 'SV_CheckForBan'); the code always allocated a new banned list, but only freed it if no external banned list was provided. This patch changed the code so it only allocates it if no external one is provided.
2024-04-05 18:26:04 +02:00
..
2024-04-05 18:24:36 +02:00
2024-04-05 16:41:09 +02:00
2024-04-05 16:41:09 +02:00
2022-04-18 03:35:24 +02:00
2024-04-05 17:12:52 +02:00
2024-04-05 16:41:09 +02:00
2023-01-22 16:48:16 +01:00
2024-04-05 16:41:09 +02:00