remove aspeed debug messages

This commit is contained in:
hydrant
2019-05-11 23:03:19 +02:00
parent ececdcfdba
commit b012fdc45f

View File

@@ -1,8 +1,6 @@
export default function () {
mp.events.addDataHandler("vehicleAdminSpeed", (entity, newValue) => {
mp.gui.chat.push("datahandler event");
if (!entity.isAVehicle()) return;
mp.gui.chat.push("newValue = " + newValue.toString())
entity.setEnginePowerMultiplier(newValue);
});
}