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

Fix for 00000000 #99

Closed
wants to merge 1 commit into from
Closed

Conversation

Cooliosity
Copy link

When starting Master Duel without having steam open it automatically creates a new folder in LocalData called 00000000, rendering all mods useless since they are put in that new 00000000 folder. Reversing the list fixes this issue as 00000000 will always be the last entry in the list, thereby getting ignored by dir.cd(subdirs[0]) in line 61.

When starting Master Duel without having steam open it automatically creates a new folder in LocalData called 00000000, rendering all mods useless since they are put in that new 00000000 folder. Reversing the list fixes this issue as 00000000 will always be the last entry in the list, thereby getting ignored by dir.cd(subdirs[0]) in line 61.
@Holt59
Copy link
Member

Holt59 commented Sep 23, 2023

How many folder are there under LocalData? If there is only except for the 00000 one, then the code is okay, otherwise this changes the behavior.

@Cooliosity
Copy link
Author

Only one

@Cooliosity Cooliosity closed this by deleting the head repository Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants