mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 00:14:48 +01:00
Update GetSentryParams.cs
This commit is contained in:
@@ -9,7 +9,7 @@ namespace EpinelPS.LobbyServer.Msgs.Misc
|
|||||||
protected override async Task HandleAsync()
|
protected override async Task HandleAsync()
|
||||||
{
|
{
|
||||||
var r = new SentryDataResponse();
|
var r = new SentryDataResponse();
|
||||||
// TODO: figure out a way to disable sentry so that Shift Up devs wouldn't be annoyed by this server
|
// TODO: Figure out a way so that the game developers would not be annoyed by bogus errors in Sentry dashboard
|
||||||
|
|
||||||
await WriteDataAsync(r);
|
await WriteDataAsync(r);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user