mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +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, "PercentDropCompensation") == 0 ||
|
||||||
strcmp(name, "PercentMaxCounterForce") == 0 ||
|
strcmp(name, "PercentMaxCounterForce") == 0 ||
|
||||||
strcmp(name, "PercentCounterForceAccuracy") == 0 ||
|
strcmp(name, "PercentCounterForceAccuracy") == 0 ||
|
||||||
strcmp(name, "PercentCounterForceFrequency") == 0 ||
|
|
||||||
strcmp(name, "AimLevels") == 0))
|
strcmp(name, "AimLevels") == 0))
|
||||||
{
|
{
|
||||||
pData->curElement = ELEMENT_SUBLIST_PROPERTY;
|
pData->curElement = ELEMENT_SUBLIST_PROPERTY;
|
||||||
|
|||||||
Reference in New Issue
Block a user