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-07-15 16:24:01 +02:00
2023-05-10 00:05:38 +02:00
2023-05-31 23:58:24 +02:00
2023-08-04 10:48:22 +02:00