1.7.7-alpha-associated-accounts

- Added possibility to view player associated account (by ip)
This commit is contained in:
Dawid Bepierszcz
2025-05-21 03:08:02 +02:00
parent d34ca64970
commit d75a092047
20 changed files with 105 additions and 17 deletions

View File

@@ -669,12 +669,11 @@ internal static class Helper
}
catch (Exception ex)
{
// Log or handle the exception
Console.WriteLine(ex);
}
});
}
private static string GenerateMessageDiscord(string message)
{
var hostname = ConVar.Find("hostname")?.StringValue ?? CS2_SimpleAdmin._localizer?["sa_unknown"] ?? "Unknown";