Rewrite translation rule processing

Improve speed and handling of %1$s tags
Fix prompt in ConsoleIO not being reset to gray
This commit is contained in:
ORelio 2015-05-17 21:45:00 +02:00
parent 93d58a8d81
commit dd5e2f8e39
2 changed files with 36 additions and 18 deletions

View file

@ -321,9 +321,9 @@ namespace MinecraftClient
}
}
}
Console.ForegroundColor = ConsoleColor.Gray;
ConsoleIO.Write('\n');
}
Console.ForegroundColor = ConsoleColor.Gray;
}
#region Subfunctions