Where's NPE?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Ainur
Posts: 5
Joined: Tue Jun 29, 2010 3:01 pm
Location: Kaunas, Lithuania

Where's NPE?

Post by Ainur »

***FIXED
Last edited by Ainur on Mon Jul 19, 2010 6:58 pm, edited 1 time in total.
antons007
Posts: 149
Joined: Sat Sep 12, 2009 4:18 pm

Re: Where's NPE?

Post 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;
Last edited by antons007 on Mon Jul 19, 2010 3:27 pm, edited 1 time in total.
User avatar
Ainur
Posts: 5
Joined: Tue Jun 29, 2010 3:01 pm
Location: Kaunas, Lithuania

Re: Where's NPE?

Post by Ainur »

Perhaps i should xD Thanks. Can be blind sometimes)
Post Reply