diff --git a/astealz-BotMonitor/module.dll b/astealz-BotMonitor/module.dll index ea4da95..1c546a7 100644 Binary files a/astealz-BotMonitor/module.dll and b/astealz-BotMonitor/module.dll differ diff --git a/src/BotMonitor.cs b/src/BotMonitor.cs index 57c093c..7d0f251 100644 --- a/src/BotMonitor.cs +++ b/src/BotMonitor.cs @@ -118,6 +118,7 @@ namespace astealz.BotMonitor distance.BotName = player.Profile.GetNickname(); distance.Distance = botOwner.DistTo(localPlayer.Transform.position); distance.BotType = botOwner.Profile.GetRole(); + distance.Side = botOwner.Side; distance.BotDifficulty = botOwner.Profile.GetDifficulty(); zoneData.Distance.Add(distance); } @@ -155,7 +156,7 @@ namespace astealz.BotMonitor { foreach (var element in keyValue.Value.Distance) { - stringBuilder.AppendLine($" > [{element.Distance.ToString("F1")}m] [{element.BotType.ToStr()}][{element.BotDifficulty.ToStr()}] '{element.BotName.TransliterateThis()}'"); + stringBuilder.AppendLine($" > [{element.Distance.ToString("F1")}m] [{element.BotType.ToStr()}][{element.BotDifficulty.ToStr()}] [{element.Side}] '{element.BotName.TransliterateThis()}'"); } } } @@ -192,6 +193,7 @@ namespace astealz.BotMonitor public string BotName { get; set; } public WildSpawnType BotType { get; set; } public BotDifficulty BotDifficulty { get; set; } + public EPlayerSide Side { get; set; } public float Distance { get; set; } public DistanceData() diff --git a/src/References/Assembly-CSharp.dll b/src/References/Assembly-CSharp.dll index 92acb1c..4b841a4 100644 Binary files a/src/References/Assembly-CSharp.dll and b/src/References/Assembly-CSharp.dll differ diff --git a/src/References/Comfort.dll b/src/References/Comfort.dll index 6899bd8..e462864 100644 Binary files a/src/References/Comfort.dll and b/src/References/Comfort.dll differ diff --git a/src/References/UnityEngine.CoreModule.dll b/src/References/UnityEngine.CoreModule.dll index 67dac9a..7d585db 100644 Binary files a/src/References/UnityEngine.CoreModule.dll and b/src/References/UnityEngine.CoreModule.dll differ diff --git a/src/References/UnityEngine.IMGUIModule.dll b/src/References/UnityEngine.IMGUIModule.dll index b557b58..5dd78e5 100644 Binary files a/src/References/UnityEngine.IMGUIModule.dll and b/src/References/UnityEngine.IMGUIModule.dll differ