Restructure (unfinished)

This commit is contained in:
Vortrex
2022-03-12 05:20:14 -06:00
parent 2dc6d65a50
commit ef4a2877d0
51 changed files with 2314 additions and 2524 deletions

View File

@@ -254,7 +254,7 @@ async function onPlayerEnteredVehicle(client, clientVehicle, seat) {
vehicle = client.player.vehicle;
}
if(!getVehicleData(vehicle)) {
if(getVehicleData(vehicle) == false) {
return false;
}