refactor: begin unglobbing std::vector

This commit is contained in:
Tropical
2026-03-06 11:58:11 -06:00
parent ac9f3cbca3
commit 7c95bfc0bd
286 changed files with 738 additions and 738 deletions

View File

@@ -171,7 +171,7 @@ unordered_set<int> Packet::sendToAnyClientPackets = unordered_set<int>();
// 4J Added
std::unordered_map<int, Packet::PacketStatistics *> Packet::outgoingStatistics = std::unordered_map<int, Packet::PacketStatistics *>();
vector<Packet::PacketStatistics *> Packet::renderableStats = vector<Packet::PacketStatistics *>();
std::vector<Packet::PacketStatistics *> Packet::renderableStats = std::vector<Packet::PacketStatistics *>();
int Packet::renderPos = 0;
// sendToAnyClient - true - send to anyone, false - Sends to one person per dimension per machine