Begin moving things out of allmsgs.proto

This commit is contained in:
Mikhail
2024-07-15 11:13:02 -04:00
parent 702995bcfd
commit 56c526cec1
16 changed files with 89 additions and 105 deletions

View File

@@ -1,4 +1,5 @@
using nksrv.Utils;
using nksrv.Net;
using nksrv.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -13,8 +14,9 @@ namespace nksrv.LobbyServer.Msgs.Misc
protected override async Task HandleAsync()
{
var r = new SentryDataResponse();
// TODO check proper response from real server
await WriteDataAsync(r);
// TODO: figure out a way to disable sentry so that Shift Up devs wouldn't be annoyed by this server
await WriteDataAsync(r);
}
}
}