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-05-10 00:05:38 +02:00
2023-07-20 22:00:00 +02:00
2023-07-16 23:45:51 +02:00
2023-07-19 16:00:36 +02:00
2023-07-19 16:00:36 +02:00
2023-08-04 10:48:22 +02:00
2023-08-04 10:48:22 +02:00
2023-07-16 13:47:07 +02:00