Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Unpacked missions do not show up in server tab #39

Open
alec-hs opened this issue Jun 21, 2018 · 1 comment
Open

Unpacked missions do not show up in server tab #39

alec-hs opened this issue Jun 21, 2018 · 1 comment
Assignees
Labels

Comments

@alec-hs
Copy link
Owner

alec-hs commented Jun 21, 2018

Cannot select unpacked missions when choosing missions to show up on the server. Only shows packed PBO's.

@alec-hs alec-hs added the bug label Jun 21, 2018
@alec-hs alec-hs self-assigned this Jun 21, 2018
@alec-hs
Copy link
Owner Author

alec-hs commented Jun 21, 2018

Need to change
For Each mission In Directory.GetFiles(missionsFolder, "*.pbo")
To
For Each mission In Directory.GetFiles(missionsFolder, "*.*", SearchOption.AllDirectories).Where(Function(s) s.EndsWith(".pbo") OrElse s.EndsWith(".sqm"))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant