Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data/json/vehicle_parts.json contains a massive amount of duplicates #10944

Closed
ThinkInvis opened this issue Jan 20, 2015 · 4 comments

Comments

Projects
None yet
5 participants
@ThinkInvis
Copy link
Contributor

commented Jan 20, 2015

I was digging around in data/json/vehicle_parts.json in order to add something as part of a feature; I noticed that a lot of the entries appeared twice. For example, "foot pedals" appears at both line 2597-2616 and line 4845-4864. The formatting is different but the properties are EXACTLY the same.

Is there any particular reason for this or should I try to delete some of them?

@BevapDin

This comment has been minimized.

Copy link
Contributor

commented Jan 20, 2015

If the have the same "id" entry, they second definition will override the previous one. So go ahead and delete the duplicates them.

@KA101

This comment has been minimized.

Copy link
Contributor

commented Jan 20, 2015

Duplicate tag more for the humor value, this is a real one. ;-)

@DavidKeaton

This comment has been minimized.

Copy link
Contributor

commented Jan 21, 2015

I lol'd

@Rivet-the-Zombie

This comment has been minimized.

Copy link
Member

commented Jan 21, 2015

Redundant duplicates for double the redundancy!

@KA101 KA101 closed this in #10945 Jan 22, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.