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

RFC: Seperate server software from Downloadables #15

Closed
TheAlan404 opened this issue Jul 31, 2023 · 0 comments
Closed

RFC: Seperate server software from Downloadables #15

TheAlan404 opened this issue Jul 31, 2023 · 0 comments

Comments

@TheAlan404
Copy link
Contributor

I mean, I think it could make the code in most places better and less clumped.

We could still support the "base sources" like so:

pub struct ServerType {
  Vanilla,
  Paper { build },
  Other(Downloadable)
}
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

No branches or pull requests

1 participant