From d305b020dfb63c6d742aecf5f64c75ffcdf0d7f2 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 12 十二月 2024 18:36:31 +0800
Subject: [PATCH] 0312 bug反馈内容增加玩家账号信息

---
 Utility/OperationLogCollect.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Utility/OperationLogCollect.cs b/Utility/OperationLogCollect.cs
index 89fa0e2..3a261fc 100644
--- a/Utility/OperationLogCollect.cs
+++ b/Utility/OperationLogCollect.cs
@@ -170,6 +170,8 @@
 
             tables["Title"] = "system";
             _content = _content.Replace("0000", "");
+            if (ConfigInitiator.done && DTC0102_tagCDBPlayer.playerIdBuf != 0 && ModelCenter.Instance.GetModel<LoginModel>().sdkLoginResult != null && !string.IsNullOrEmpty(ModelCenter.Instance.GetModel<LoginModel>().sdkLoginResult.account))
+                _content = ModelCenter.Instance.GetModel<LoginModel>().sdkLoginResult.account + _content;
             tables["Content"] = _content.Substring(0, Math.Min(800, _content.Length));
             tables["ClientInfo"] = contentPrefix;
 

--
Gitblit v1.8.0