Changed to another GUID
This commit is contained in:
parent
e68f2c9801
commit
985b69fe01
1 changed files with 8 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue