-
Notifications
You must be signed in to change notification settings - Fork 96
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
Source code does not build at all #335
Comments
@Dolu1990, @lambdaShade, @metc, @Baughn |
Yes, we should at least check if the code compiles without error. |
Geh. Well, definitely a good idea. Didn't @metc setup Travis for the website just yesterday? |
Seems simple enough. I'll just file a bug against myself, and— |
Eln.java:533: error: cannot find symbol
stdHalfLife = config.get("battery", "batteryHalfLife", 2, "How many days it takes for a battery to decay half way").getDouble(2) * Utils.minecraftDay;
^
symbol: variable stdHalfLife
location: class Eln
Seems the error was introduced with commit e6f5935.
The text was updated successfully, but these errors were encountered: