From 761485bb440cd2fcf5b0c95495f5f73d57c55a6e Mon Sep 17 00:00:00 2001 From: Dysphie Date: Mon, 19 Jun 2023 23:28:41 -0300 Subject: [PATCH] maybe properly comment out stuff --- scripting/nmrih-backpack2.sp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripting/nmrih-backpack2.sp b/scripting/nmrih-backpack2.sp index 7c3e56a..20099ab 100644 --- a/scripting/nmrih-backpack2.sp +++ b/scripting/nmrih-backpack2.sp @@ -352,8 +352,7 @@ enum struct Backpack // Drop was successful past this point // UNDONE: Can seemingly crash the server when CPhysicsProp::~CPhysicsProp() is invoked - // SetEntPropString(attached, Prop_Data, "m_iClassname", "backpack_attached"); - SetEntPropString(dropped, Prop_Data, "m_iClassname", "backpack"); + // SetEntPropString(dropped, Prop_Data, "m_iClassname", "backpack"); numDroppedBackpacks++;