Skip to content

Commit

Permalink
maybe properly comment out stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dysphie committed Jun 20, 2023
1 parent b32034c commit 761485b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripting/nmrih-backpack2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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++;

Expand Down

0 comments on commit 761485b

Please sign in to comment.