Wrong util name

This commit is contained in:
Vortrex
2023-02-12 13:12:07 -06:00
parent 2d7e7f5a6e
commit 3b509da887

View File

@@ -1809,7 +1809,7 @@ function setAllVehicleIndexes() {
getServerData().vehicles[i].index = i;
if (getServerData().vehicles[i].streamingRadioStation != 0) {
getServerData().vehicles[i].streamingRadioStationIndex = getRadioStationIndexFromDatabase(getServerData().vehicles[i].streamingRadioStation);
getServerData().vehicles[i].streamingRadioStationIndex = getRadioStationIdFromDatabaseId(getServerData().vehicles[i].streamingRadioStation);
}
}
}