diff --git a/ReallifeGamemode.Client/drugs/hanf.ts b/ReallifeGamemode.Client/drugs/hanf.ts index 8498db66..eb1581f0 100644 --- a/ReallifeGamemode.Client/drugs/hanf.ts +++ b/ReallifeGamemode.Client/drugs/hanf.ts @@ -334,9 +334,7 @@ export default function hanfSystem(globalData: IGlobalData) { let hanfDataIdToTextLabelMap: Map = new Map(); mp.events.addDataHandler("hanfData", (entity: EntityMp, value) => { - mp.gui.chat.push("neue hanf data"); if (entity.type == 'player' && entity.remoteId == mp.players.local.remoteId) { - mp.gui.chat.push("eigener user"); updateHanf(value); } });