Jump to content

Recommended Posts

Posted (edited)

And why the imports goes to trunk? :S .... /trunk/L2Server/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java

Problem with these two 

 

import javolution.util.FastList;
import javolution.util.FastMap;

 

rev 310

Edited by Malossi
Posted (edited)

And why the imports goes to trunk? :S .... /trunk/L2Server/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java

Problem with these two 

 

FastList; -> ArrayList

FastMap; -> HashMap

 

rev 310

 

Change them.

Edited by Tяαnce
Guest
This topic is now closed to further replies.


×
×
  • Create New...