💀 strictly necessary login nitifies

This commit is contained in:
rfi
2024-02-21 10:46:58 +07:00
parent 11263bd61e
commit d052bd1935
12 changed files with 162 additions and 18 deletions

View File

@@ -11,4 +11,11 @@ namespace BLHX.Server.Game.Handlers
connection.Send(new Sc26102());
}
}
static class P26ConnectionNotifyExtensions
{
public static void NotifyGameRoom(this Connection connection)
{
connection.Send(new Sc26120());
}
}
}