Page 1 of 1

Where's NPE?

Posted: Mon Jul 19, 2010 1:55 pm
by Ainur
***FIXED

Re: Where's NPE?

Posted: Mon Jul 19, 2010 3:06 pm
by antons007

Code: Select all

final L2Party party = player.getParty();
perhaps you should check if player is in party

and
define default value

Code: Select all

private boolean _AutoLootOff;

Re: Where's NPE?

Posted: Mon Jul 19, 2010 3:25 pm
by Ainur
Perhaps i should xD Thanks. Can be blind sometimes)