command.equalsIgnoreCase problem
Posted: Sat Jul 09, 2011 6:57 pm
L2J Revision 4720
L2JDP Revision 8129
Hello everyone,
I got a very wierd problem again and I just dont know why this is why it is and where to start fixing it. I tried several stuff and read the java documentation and everything seems just fine but nooooo, it doesnt work as it should and it can only be related to the l2j server core so please help meh.
The problem is as follows:
Typing a voice command like .tvt (the voice command to check the tvt event status - TvTVoicedInfo.java to be concrete) triggers the correct action - if the required conditions are met - but if I type .TVT it doesnt work even though - and thats the wierd part now - its stated in the appropriate handler file that it should trigger via that input too -> command.equalsIgnoreCase("tvt"). oO
Someone got an idea why it doesnt work and since when? I think it worked someday but im not sure atm..
L2JDP Revision 8129
Hello everyone,
I got a very wierd problem again and I just dont know why this is why it is and where to start fixing it. I tried several stuff and read the java documentation and everything seems just fine but nooooo, it doesnt work as it should and it can only be related to the l2j server core so please help meh.

The problem is as follows:
Typing a voice command like .tvt (the voice command to check the tvt event status - TvTVoicedInfo.java to be concrete) triggers the correct action - if the required conditions are met - but if I type .TVT it doesnt work even though - and thats the wierd part now - its stated in the appropriate handler file that it should trigger via that input too -> command.equalsIgnoreCase("tvt"). oO
Someone got an idea why it doesnt work and since when? I think it worked someday but im not sure atm..