Page 1 of 1

Usercommandhandler/instancezone.java error?

Posted: Sun Jan 16, 2011 2:59 am
by momo61
revision: 7736

Code: Select all

              SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.INSTANT_ZONE_CURRENTLY_INUSE);
Revision: 7737

Code: Select all

             SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.INSTANT_ZONE_CURRENTLY_INUSE_S1);
When i updated my eclipse, i get an error (a red mark) for the 4473 revision change.
I thought "hmm, must be some general error", but when i added it to a testserver it shows this error:

Image

Re: Usercommandhandler/instancezone.java error?

Posted: Sun Jan 16, 2011 10:25 am
by jurchiks
You didn't update SystemMessage.java

Re: Usercommandhandler/instancezone.java error?

Posted: Sun Jan 16, 2011 3:12 pm
by momo61
jurchiks wrote:You didn't update SystemMessage.java
You mean the handler or the core? Because core I was using 4477.

Re: Usercommandhandler/instancezone.java error?

Posted: Sun Jan 16, 2011 3:16 pm
by momo61
Ahhh, yes. I forgot the core part apparently. Stupid me.

Thanks a lot for your help.