This commit is contained in:
Wizzy69
2022-05-06 08:57:37 +03:00
parent d2c1cdab77
commit 7fcdf7db56
7 changed files with 16 additions and 40 deletions

View File

@@ -96,7 +96,6 @@ namespace PluginManager.Others
foreach (string[] row in data)
{
//Console.Write("\t");
if (row[0][0] == tableLine) Console.Write(tableCross);
else Console.Write(tableWall);
for (int l = 0; l < row.Length; l++)
@@ -135,7 +134,6 @@ namespace PluginManager.Others
/// <summary>
/// Write the text using color options( &g-green; &b-blue; &r-red; &c-clear; )
///
/// </summary>
/// <param name="text">The text</param>
public static void WriteColorText(string text, bool appendNewLine = true)