mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Remove unused tag
PercentCounterForceFrequency is never read from items.xml and INVTYPE doesn't have a field for it either
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user