at least you can end the stage

This commit is contained in:
rafi1212122
2023-05-29 06:55:15 +07:00
parent ad02e1785a
commit 761f9c130d
24 changed files with 1491 additions and 51 deletions

View File

@@ -123,8 +123,9 @@ namespace PemukulPaku.GameServer
select (t, attr))
{
Handlers.Add(attr.Id, (IPacketHandler)Activator.CreateInstance(t)!);
#if DEBUG
c.Log($"Loaded PacketHandler {t.Name} for Packet Type {attr.Id}");
#endif
}
c.Log("Finished Loading Packet Handlers");