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

fixing NullPointerException if a biome has no biomeName in line 234 of BiomesManager.ConflictingBiomes #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

message = message.concat(Integer.toString(biome.biomeID));
}
System.out.println(message);
}
Copy link
Owner

Choose a reason for hiding this comment

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

Use loggers... Or did 1.0 even have loggers :D ?

@Elix-x
Copy link
Owner

Elix-x commented Sep 7, 2016

First, thanks for PR.
Second, i did not expect that.
Third, i though mods HAD to specify biome name, or i was already 1.10ed.
Fourth, 2.0 is not on github yet.
Fifth, 1.* is not on my PC anymore :D ...

It works and i can accept it, but... You get the idea...

@bseiller
Copy link
Author

bseiller commented Sep 7, 2016

No problem - I just got the same NPE as many others and really liked your mod so I wanted to give back :)
About the "logging": I felt that I would make more sense to align with the existing conventions of using System.out.println than to do it differently

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