add back local console hack

This commit is contained in:
UbitUmarov
2022-10-02 11:22:04 +01:00
parent e811c8b56e
commit 990831c373

View File

@@ -496,8 +496,8 @@ namespace OpenSim.Framework.Console
{
Show();
//Reduce collisions with internal read terminal information like cursor position on linux
//while(System.Console.KeyAvailable == false)
// Thread.Sleep(100);
while(System.Console.KeyAvailable == false)
Thread.Sleep(100);
ConsoleKeyInfo key = System.Console.ReadKey(true);