Removed model from chat when entering tuning area

This commit is contained in:
Lennart Kampshoff
2018-10-28 00:10:16 +02:00
parent 919e99d225
commit bbbee72399

View File

@@ -88,8 +88,6 @@ mp.events.add('showTuningInfo', () => {
mp.game.ui.addTextComponentSubstringPlayerName('Drücke ~INPUT_CONTEXT~, um dein Fahrzeug zu modifizieren');
mp.game.ui.displayHelpTextFromStringLabel(0, true, true, -1);
mp.gui.chat.push("Model: " + mp.players.local.vehicle.model);
mp.keys.bind(0x45, false, keyPressHandler);
keyBound = true;
});