Kawe Mazidjatari ddfe027677 Pass by reference
CConnectedNetConsoleData was allocated and deallocated manually, but std::vector is able to do it on its own. The vector type has been swapped out with CUtlVector as this removed the need of having to cast size types to a 32bit int to make it more compatible with the other sdk/engine types without throwing compiler warnings.
2023-08-04 10:48:22 +02:00
..
2023-08-04 10:48:22 +02:00
2023-08-04 10:48:22 +02:00
2023-08-04 10:48:22 +02:00
2023-04-22 16:02:54 +02:00