Changed to another GUID

This commit is contained in:
erik 2025-05-27 23:10:10 +02:00
parent e68f2c9801
commit 985b69fe01

View file

@ -10,6 +10,13 @@ using uTank2;
namespace MosswartMassacre
{
internal static class SessionInfo
{
internal static readonly Guid Guid = Guid.NewGuid();
internal static readonly string GuidString = Guid.ToString("N");
}
// 1) The envelope type for incoming commands
public class CommandEnvelope
{
@ -281,7 +288,7 @@ namespace MosswartMassacre
type = "telemetry",
character_name = CoreManager.Current.CharacterFilter.Name,
char_tag = PluginCore.CharTag,
session_id = SessionId,
session_id = SessionInfo.GuidString,
timestamp = DateTime.UtcNow.ToString("o"),
ew = coords.EW,
ns = coords.NS,