This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
AdBlock Extension Detected!
Our website is made possible by displaying online advertisements to our members.
Please disable AdBlock browser extension first, to be able to use our community.
Question
Luna20
I changed the rev from stable to the unst. and tried to get the olympiad system u gave me working again and im getting this error:
[javac] C:\Users\Luna\Desktop\L2J Server\workspace\L2J_Server_BETA\java\com\l2jserver\Config.java:2673: error: cannot find symbol
[javac] String[] Split = Olympiad.getProperty("AltOlyEndDate", "1").split(",");
[javac] ^
[javac] symbol: method getProperty(String,String)
[javac] location: variable Olympiad of type PropertiesParser
[javac] C:\Users\Luna\Desktop\L2J Server\workspace\L2J_Server_BETA\java\com\l2jserver\Config.java:2679: error: cannot find symbol
[javac] Split = Olympiad.getProperty("AltOlyEndHour", "12:00:00").split(":");
[javac] ^
[javac] symbol: method getProperty(String,String)
[javac] location: variable Olympiad of type PropertiesParser
[javac] 2 errors
BUILD FAILED
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now