mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-13 19:24:35 +01:00
at least you can end the stage
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user