From 2fd686b89bdad517167527c3d414b1d9fdb721bb Mon Sep 17 00:00:00 2001 From: Pao Date: Sat, 4 Feb 2023 17:58:57 +0100 Subject: [PATCH] added a comment --- media/lua/client/TOC_Client.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/media/lua/client/TOC_Client.lua b/media/lua/client/TOC_Client.lua index 2cc0a49..0629b0d 100644 --- a/media/lua/client/TOC_Client.lua +++ b/media/lua/client/TOC_Client.lua @@ -108,6 +108,7 @@ Commands["CutLimb"] = function(arg) local arg = arg["toSend"] local surgeon_id = arg[5] + -- Disable the sound coming from the surgeon getPlayerByOnlineID(surgeon_id):getEmitter():stopSoundByName("Amputation_Sound")