From c2520f9274b1366c59610ea5a60b3c35481a19b2 Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Sat, 14 Sep 2019 16:31:38 +0200 Subject: [PATCH] fix --- ReallifeGamemode.Client/assets/html/inventory/inventory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/assets/html/inventory/inventory.html b/ReallifeGamemode.Client/assets/html/inventory/inventory.html index 657e533e..33bb3d80 100644 --- a/ReallifeGamemode.Client/assets/html/inventory/inventory.html +++ b/ReallifeGamemode.Client/assets/html/inventory/inventory.html @@ -116,7 +116,7 @@ handelItemID.push(handelInv[i].ID); handelItemAmount.push(handelInv[i].Amount); } - mp.trigger("CEF:tradeItem", 0, JSON.stringify(String($('#fname').value())), JSON.stringify(handelItemID), JSON.stringify(handelItemAmount)) + mp.trigger("CEF:tradeItem", 0, JSON.stringify(String($('#fname').val())), JSON.stringify(handelItemID), JSON.stringify(handelItemAmount)) } }); $("#tf_cancle4").unbind('click').click(function () {