debug meldung entfernt

This commit is contained in:
Fabian
2021-04-22 19:43:49 +02:00
parent 57c2933168
commit 2e6f315309

View File

@@ -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;
}
});