Renamed loginserver packet folder.

This commit is contained in:
MobiusDev
2017-01-08 17:47:34 +00:00
parent d54f1ae843
commit 353eb23aa8
22 changed files with 40 additions and 40 deletions

View File

@@ -22,7 +22,7 @@ import com.l2jmobius.Config;
import com.l2jmobius.gameserver.LoginServerThread; import com.l2jmobius.gameserver.LoginServerThread;
import com.l2jmobius.gameserver.handler.IAdminCommandHandler; import com.l2jmobius.gameserver.handler.IAdminCommandHandler;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.ServerStatus; import com.l2jmobius.gameserver.network.loginserverpackets.game.ServerStatus;
import com.l2jmobius.gameserver.network.serverpackets.NpcHtmlMessage; import com.l2jmobius.gameserver.network.serverpackets.NpcHtmlMessage;
/** /**

View File

@@ -51,25 +51,25 @@ import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
import com.l2jmobius.gameserver.network.ConnectionState; import com.l2jmobius.gameserver.network.ConnectionState;
import com.l2jmobius.gameserver.network.L2GameClient; import com.l2jmobius.gameserver.network.L2GameClient;
import com.l2jmobius.gameserver.network.SystemMessageId; import com.l2jmobius.gameserver.network.SystemMessageId;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.AuthRequest; import com.l2jmobius.gameserver.network.loginserverpackets.game.AuthRequest;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.BlowFishKey; import com.l2jmobius.gameserver.network.loginserverpackets.game.BlowFishKey;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.ChangeAccessLevel; import com.l2jmobius.gameserver.network.loginserverpackets.game.ChangeAccessLevel;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.ChangePassword; import com.l2jmobius.gameserver.network.loginserverpackets.game.ChangePassword;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.PlayerAuthRequest; import com.l2jmobius.gameserver.network.loginserverpackets.game.PlayerAuthRequest;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.PlayerInGame; import com.l2jmobius.gameserver.network.loginserverpackets.game.PlayerInGame;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.PlayerLogout; import com.l2jmobius.gameserver.network.loginserverpackets.game.PlayerLogout;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.PlayerTracert; import com.l2jmobius.gameserver.network.loginserverpackets.game.PlayerTracert;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.ReplyCharacters; import com.l2jmobius.gameserver.network.loginserverpackets.game.ReplyCharacters;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.SendMail; import com.l2jmobius.gameserver.network.loginserverpackets.game.SendMail;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.ServerStatus; import com.l2jmobius.gameserver.network.loginserverpackets.game.ServerStatus;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.TempBan; import com.l2jmobius.gameserver.network.loginserverpackets.game.TempBan;
import com.l2jmobius.gameserver.network.loginserver.loginserverpackets.AuthResponse; import com.l2jmobius.gameserver.network.loginserverpackets.login.AuthResponse;
import com.l2jmobius.gameserver.network.loginserver.loginserverpackets.ChangePasswordResponse; import com.l2jmobius.gameserver.network.loginserverpackets.login.ChangePasswordResponse;
import com.l2jmobius.gameserver.network.loginserver.loginserverpackets.InitLS; import com.l2jmobius.gameserver.network.loginserverpackets.login.InitLS;
import com.l2jmobius.gameserver.network.loginserver.loginserverpackets.KickPlayer; import com.l2jmobius.gameserver.network.loginserverpackets.login.KickPlayer;
import com.l2jmobius.gameserver.network.loginserver.loginserverpackets.LoginServerFail; import com.l2jmobius.gameserver.network.loginserverpackets.login.LoginServerFail;
import com.l2jmobius.gameserver.network.loginserver.loginserverpackets.PlayerAuthResponse; import com.l2jmobius.gameserver.network.loginserverpackets.login.PlayerAuthResponse;
import com.l2jmobius.gameserver.network.loginserver.loginserverpackets.RequestCharacters; import com.l2jmobius.gameserver.network.loginserverpackets.login.RequestCharacters;
import com.l2jmobius.gameserver.network.serverpackets.CharSelectionInfo; import com.l2jmobius.gameserver.network.serverpackets.CharSelectionInfo;
import com.l2jmobius.gameserver.network.serverpackets.LoginFail; import com.l2jmobius.gameserver.network.serverpackets.LoginFail;
import com.l2jmobius.gameserver.network.serverpackets.SystemMessage; import com.l2jmobius.gameserver.network.serverpackets.SystemMessage;

View File

@@ -41,7 +41,7 @@ import com.l2jmobius.gameserver.network.ClientNetworkManager;
import com.l2jmobius.gameserver.network.EventLoopGroupManager; import com.l2jmobius.gameserver.network.EventLoopGroupManager;
import com.l2jmobius.gameserver.network.L2GameClient; import com.l2jmobius.gameserver.network.L2GameClient;
import com.l2jmobius.gameserver.network.SystemMessageId; import com.l2jmobius.gameserver.network.SystemMessageId;
import com.l2jmobius.gameserver.network.loginserver.gameserverpackets.ServerStatus; import com.l2jmobius.gameserver.network.loginserverpackets.game.ServerStatus;
import com.l2jmobius.gameserver.network.serverpackets.ServerClose; import com.l2jmobius.gameserver.network.serverpackets.ServerClose;
import com.l2jmobius.gameserver.network.serverpackets.SystemMessage; import com.l2jmobius.gameserver.network.serverpackets.SystemMessage;
import com.l2jmobius.gameserver.network.telnet.TelnetServer; import com.l2jmobius.gameserver.network.telnet.TelnetServer;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import java.util.List; import java.util.List;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import java.security.interfaces.RSAPublicKey; import java.security.interfaces.RSAPublicKey;
import java.util.logging.Level; import java.util.logging.Level;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket; import com.l2jmobius.commons.util.network.BaseSendablePacket;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket; import com.l2jmobius.commons.util.network.BaseSendablePacket;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket; import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.gameserver.LoginServerThread.SessionKey; import com.l2jmobius.gameserver.LoginServerThread.SessionKey;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import java.util.List; import java.util.List;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket; import com.l2jmobius.commons.util.network.BaseSendablePacket;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket; import com.l2jmobius.commons.util.network.BaseSendablePacket;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import java.util.List; import java.util.List;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket; import com.l2jmobius.commons.util.network.BaseSendablePacket;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import java.util.ArrayList; import java.util.ArrayList;

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.network.loginserver.gameserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket; import com.l2jmobius.commons.util.network.BaseSendablePacket;

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.network.loginserver.loginserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket; import com.l2jmobius.commons.util.network.BaseRecievePacket;

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.network.loginserver.loginserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket; import com.l2jmobius.commons.util.network.BaseRecievePacket;
import com.l2jmobius.gameserver.model.L2World; import com.l2jmobius.gameserver.model.L2World;

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.network.loginserver.loginserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket; import com.l2jmobius.commons.util.network.BaseRecievePacket;

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.network.loginserver.loginserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket; import com.l2jmobius.commons.util.network.BaseRecievePacket;

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.network.loginserver.loginserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket; import com.l2jmobius.commons.util.network.BaseRecievePacket;

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.network.loginserver.loginserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket; import com.l2jmobius.commons.util.network.BaseRecievePacket;

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.network.loginserver.loginserverpackets; package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket; import com.l2jmobius.commons.util.network.BaseRecievePacket;