mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
this took soo long, but here you are wells
This commit is contained in:
@@ -89,6 +89,7 @@ namespace BLHX.Server.Game.Handlers
|
||||
return;
|
||||
}
|
||||
|
||||
DBManager.PlayerContext.PlayerRoutine(player);
|
||||
connection.player = player;
|
||||
rsp.UserId = player.Uid;
|
||||
connection.Send(rsp);
|
||||
@@ -116,6 +117,7 @@ namespace BLHX.Server.Game.Handlers
|
||||
static void HeartbeatHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc10101() { State = 1 });
|
||||
connection.Tick();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user