Skip to content

Commit

Permalink
delete kv
Browse files Browse the repository at this point in the history
  • Loading branch information
azzyr authored Sep 14, 2022
1 parent 69bd5d1 commit 3415857
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/sourcemod/scripting/TF2Classic-DamageConditions.sp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Plugin myinfo =
name = "TF2Classic-DamageConditions",
author = "azzy",
description = "Expansion upon TF2Classic's condition related attributes",
version = "2.0",
version = "2.1",
url = ""
}

Expand Down Expand Up @@ -267,5 +267,7 @@ void ParseConfig()
PrintToServer("[TF2Classic-DamageConditions] Weapon ID %d parsed", weaponid);
}
while(kv.GotoNextKey());

delete kv;
}

0 comments on commit 3415857

Please sign in to comment.