Network related classes path organization.

This commit is contained in:
MobiusDev
2017-01-08 11:22:50 +00:00
parent b30c70e704
commit fdba1b264f
903 changed files with 932 additions and 934 deletions

View File

@@ -27,8 +27,8 @@ import com.l2jmobius.gameserver.model.PcCondOverride;
import com.l2jmobius.gameserver.model.punishment.PunishmentAffect;
import com.l2jmobius.gameserver.model.punishment.PunishmentTask;
import com.l2jmobius.gameserver.model.punishment.PunishmentType;
import com.l2jmobius.gameserver.network.client.ConnectionState;
import com.l2jmobius.gameserver.network.client.L2GameClient;
import com.l2jmobius.gameserver.network.ConnectionState;
import com.l2jmobius.gameserver.network.L2GameClient;
/**
* Flood protector implementation.

View File

@@ -17,7 +17,7 @@
package com.l2jmobius.gameserver.util;
import com.l2jmobius.Config;
import com.l2jmobius.gameserver.network.client.L2GameClient;
import com.l2jmobius.gameserver.network.L2GameClient;
/**
* Collection of flood protectors for single player.