mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-12 17:44:43 +01:00
items db + default items
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user