Core/Misc: Fix issues reported by static analysis

This commit is contained in:
jackpoz
2021-06-15 23:17:11 +02:00
parent d337fb99ed
commit 32fd44d2aa

View File

@@ -111,6 +111,8 @@ bool PlayerTaxi::LoadTaxiDestinationsFromString(const std::string& values, uint3
else
return false;
}
else
return false;
while ((++itr) != tokens.end())
{