mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-21 06:55:37 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -1440,7 +1440,7 @@ void MinecraftServer::broadcastStopSavingPacket()
|
||||
|
||||
void MinecraftServer::tick()
|
||||
{
|
||||
vector<std::wstring> toRemove;
|
||||
std::vector<std::wstring> toRemove;
|
||||
for (AUTO_VAR(it, ironTimers.begin()); it != ironTimers.end(); it++ )
|
||||
{
|
||||
int t = it->second;
|
||||
|
||||
Reference in New Issue
Block a user