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

Changed world generation to use randomly generated seeds if they aren't specified #123

Open
wants to merge 4 commits into
base: bleeding
Choose a base branch
from

Conversation

TheShermanTanker
Copy link

@TheShermanTanker TheShermanTanker commented May 8, 2021

Redo of #116

src/main/java/org/cloudburstmc/server/CloudServer.java Outdated Show resolved Hide resolved
@@ -141,7 +141,7 @@ void parsingWorks() {
yml.getAliases()
);

HashMap<String, ServerConfig.World> worldConfig = new HashMap<>();
/*HashMap<String, ServerConfig.World> worldConfig = new HashMap<>(); With the new system the old test for seeds is no longer needed
Copy link
Collaborator

Choose a reason for hiding this comment

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

This tests more than just the seed, and should probably be left in.

Copy link
Member

Choose a reason for hiding this comment

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

Also if you do come across any code that isn’t needed anymore, you should probably just remove it or modify it instead of commenting it out

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.

None yet

3 participants