Immersive Vehicles (Formerly Transport Simulator)

Immersive Vehicles (Formerly Transport Simulator)

4M Downloads

Blacklist and whitelist dont seem to work

officereso opened this issue ยท 1 comments

commented

Im not extremely familiar with the code base but it seems to be this line causing an issue.

if (rpm >= startRPMVar.currentValue && !world.isClient() && !vehicleOn.outOfHealth) {

rpm >= startRPMVar.currentValue is restarting the engine if its in a blacklisted dimension. Adding a check for if the current world is in the whitelist/blacklist fixes this for me.

Tested with e1f4ee5 1.12.2

commented

Keeping open until release day.