Moved GameCrypt class to network package.

This commit is contained in:
MobiusDev
2017-07-20 08:58:40 +00:00
parent 5dbfb22118
commit 28c60e7b33
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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;