Jump to content
  • 0

L2jserver - core , event.java


Question

Posted

// Check for pet

if (player.getPet() != null)

{

player.getPet().unSummon(player);

 

unsummon error-The method unSummon(L2PcInstance) is undefined for the type Object

 

could anyone help me out here

8 answers to this question

Recommended Posts

  • 0
Posted

And with this?:

 

  if (player.getSummon() != null)
         {
            player.getSummon().unSummon(player);

Guest
This topic is now closed to further replies.


×
×
  • Create New...

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.

I've Disabled AdBlock