From 2e6f315309a21fed632515b39670dccd6d09ea22 Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 22 Apr 2021 19:43:49 +0200 Subject: [PATCH] debug meldung entfernt --- ReallifeGamemode.Client/util/weapondamage.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReallifeGamemode.Client/util/weapondamage.ts b/ReallifeGamemode.Client/util/weapondamage.ts index c706d07c..d187e703 100644 --- a/ReallifeGamemode.Client/util/weapondamage.ts +++ b/ReallifeGamemode.Client/util/weapondamage.ts @@ -26,9 +26,7 @@ export default function weapondamageUtil() { }); mp.events.add('outgoingDamage', (sourceEntity, targetEntity, sourcePlayer, weapon, boneIndex, damage) => { - if (isTargetInPolygon(targetEntity.position) || isInAnyNoDMPolygon) { - mp.gui.chat.push("nodm"); return true; } });