Sfoglia il codice sorgente

Update bot warning

x89rt2 1 mese fa
parent
commit
d5758b06a0

+ 0 - 1
Assets/Scripts/CardEffect/BT24/Yellow/BT24_040.cs

@@ -146,7 +146,6 @@ namespace DCGO.CardEffects.BT24
                     }
                 }
             }
-
             #endregion
 
             #region All Turns

+ 1 - 1
Assets/Scripts/Script/GManager.cs

@@ -441,7 +441,7 @@ public class GManager : MonoBehaviourPun
         rt.sizeDelta = new Vector2(0f, 30f);
 
         TextMeshProUGUI text = warningObj.AddComponent<TextMeshProUGUI>();
-        text.text = "WARNING: THE BOT IS NOT ACTIVELY MAINTAINED AND MAKES ILLEGAL PLAYS";
+        text.text = "WARNING: THE BOT IS DEPRECATED AND WILL MAKE ILLEGAL PLAYS/SOFTLOCK THE GAME";
         text.alignment = TextAlignmentOptions.Center;
         text.color = new Color(1f, 0.3f, 0.3f, 1f);
         text.fontSize = 20f;