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

Let writeable directory file override pbo file #12

Merged
merged 2 commits into from
Sep 9, 2019

Conversation

dedmen
Copy link
Member

@dedmen dedmen commented Sep 8, 2019

I think that's more useful than the old behaviour

@dedmen dedmen requested a review from Dahlgren September 8, 2019 21:53
Console.WriteLine("DokanPbo::LinkRealDirectory overwriting file from PBO with real file: " + fileFullRealPath);
//file from writeable directory overrides pbo file.
fileTreeLookup.Remove(new PboFsLookupDummy(fileFullRealPath));
//return;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably remove this line as it seems like it was accidentally commented out

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah just wanted to keep note of old behaviour

@dedmen dedmen merged commit 0b2b9d4 into arma3:master Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants