Skip to content

Commit

Permalink
Remove unused tag
Browse files Browse the repository at this point in the history
PercentCounterForceFrequency is never read from items.xml and INVTYPE doesn't have a field for it either
  • Loading branch information
Asdow committed Dec 21, 2024
1 parent c7d021f commit 7fa8ff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Utils/XML_Items.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ itemStartElementHandle(void *userData, const XML_Char *name, const XML_Char **at
strcmp(name, "PercentDropCompensation") == 0 ||
strcmp(name, "PercentMaxCounterForce") == 0 ||
strcmp(name, "PercentCounterForceAccuracy") == 0 ||
strcmp(name, "PercentCounterForceFrequency") == 0 ||
strcmp(name, "AimLevels") == 0))
{
pData->curElement = ELEMENT_SUBLIST_PROPERTY;
Expand Down

0 comments on commit 7fa8ff9

Please sign in to comment.