544545546547548549550551552553554
} } if(check && needOnVehicleCheckLocation && (player != null)) { player.sendPacket(new OnVehicleCheckLocation(this, x, y, z)); } } } }
482483484485486487488489490491492
} if(check == true) { if(needOnVehicleCheckLocation == true) { OnVehicleCheckLocation vcl = new OnVehicleCheckLocation(this,x,y,z); player.sendPacket(vcl); } } } }