From b312cefeace8bae8f5536a1728a950dda53c0031 Mon Sep 17 00:00:00 2001 From: Mac_Slash Date: Sun, 19 Apr 2020 22:16:12 +0200 Subject: [PATCH] =?UTF-8?q?Fehler=20=C3=BCbersehen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Client/util/weapondamage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/util/weapondamage.ts b/ReallifeGamemode.Client/util/weapondamage.ts index 6866c622..ef4f20c9 100644 --- a/ReallifeGamemode.Client/util/weapondamage.ts +++ b/ReallifeGamemode.Client/util/weapondamage.ts @@ -68,7 +68,7 @@ } mp.game.invoke("0xCE07B9F7817AADA3", player, modifier); mp.game.invoke("0x4A3DC7ECCC321032", player, meelemodifier); - mp.gui.chat.push("Modifier: " + modifier, "MeeleModifier: "+meelemodifier); + mp.gui.chat.push("Modifier: " + modifier + "MeeleModifier: " +meelemodifier); }); /*mp.events.add('playerWeaponShot', (targetPosition, targetEntity) => { for (var x in this.weaponAmmo) {