Save house radio station

This commit is contained in:
Vortrex
2022-09-09 04:42:07 -05:00
parent 19c65a11f7
commit 617c59e795

View File

@@ -936,7 +936,7 @@ function saveHouseToDatabase(houseId) {
["house_has_interior", boolToInt(tempHouseData.hasInterior)],
["house_interior_lights", boolToInt(tempHouseData.interiorLights)],
["house_custom_interior", boolToInt(tempHouseData.customInterior)],
["house_radio_station", boolToInt(tempHouseData.streamingRadioStation)],
["house_radio_station", (getRadioStationData(tempHouseData.streamingRadioStationIndex) != false) ? getRadioStationData(tempHouseData.streamingRadioStationIndex) : -1],
];
let dbQuery = null;