items db + default items

This commit is contained in:
rfi
2023-11-15 08:01:16 +07:00
parent e850a18d54
commit 03128fcb84
7 changed files with 109 additions and 5 deletions

View File

@@ -29,6 +29,8 @@ namespace AscNet
static void KillProtocol(object? sender, EventArgs e)
{
LoggerFactory.Logger.Info("Shutting down...");
foreach (var session in Server.Instance.Sessions)
{
session.Value.SendPush(new ShutdownNotify());