Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Maple2.Server.Login/PacketHandlers/LoginHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public override void Handle(LoginSession session, IByteReader packet) {
switch (command) {
case Command.ServerList:
session.ListServers();
session.Disconnect();
return;
case Command.CharacterList:
session.Init(response.AccountId, machineId);
Expand Down
Loading