Register IPX relay singleton
This commit is contained in:
parent
329c147419
commit
4299d3b296
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ builder.Services.AddScoped<ServerConsoleService>();
|
||||||
builder.Services.AddScoped<GameSaveService>();
|
builder.Services.AddScoped<GameSaveService>();
|
||||||
|
|
||||||
builder.Services.AddSingleton<ServerProcessService>();
|
builder.Services.AddSingleton<ServerProcessService>();
|
||||||
|
builder.Services.AddSingleton<IPXRelayService>();
|
||||||
|
|
||||||
if (settings.Beacon)
|
if (settings.Beacon)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue