Moved GameCrypt class to network package.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
package com.l2jmobius.gameserver;
|
package com.l2jmobius.gameserver.network;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author KenM
|
* @author KenM
|
@@ -34,7 +34,6 @@ import org.mmocore.network.MMOConnection;
|
|||||||
|
|
||||||
import com.l2jmobius.Config;
|
import com.l2jmobius.Config;
|
||||||
import com.l2jmobius.L2DatabaseFactory;
|
import com.l2jmobius.L2DatabaseFactory;
|
||||||
import com.l2jmobius.gameserver.GameCrypt;
|
|
||||||
import com.l2jmobius.gameserver.LoginServerThread;
|
import com.l2jmobius.gameserver.LoginServerThread;
|
||||||
import com.l2jmobius.gameserver.LoginServerThread.SessionKey;
|
import com.l2jmobius.gameserver.LoginServerThread.SessionKey;
|
||||||
import com.l2jmobius.gameserver.Olympiad;
|
import com.l2jmobius.gameserver.Olympiad;
|
||||||
|
Reference in New Issue
Block a user