Moved commons to java root folder.

This commit is contained in:
mobius
2015-02-08 00:07:49 +00:00
parent ecd17fdefb
commit ebb5a4d0c0
46 changed files with 89 additions and 73 deletions

View File

@ -22,8 +22,9 @@ import java.nio.BufferUnderflowException;
import java.util.logging.Level;
import java.util.logging.Logger;
import commons.mmocore.ReceivablePacket;
import com.l2jserver.Config;
import com.l2jserver.commons.mmocore.ReceivablePacket;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
import com.l2jserver.gameserver.network.L2GameClient;
import com.l2jserver.gameserver.network.SystemMessageId;