(a2943d8b7) Merge branch 'dev' into human-ai
This commit is contained in:
@@ -193,7 +193,7 @@ namespace Barotrauma
|
||||
Console.CursorLeft = 0;
|
||||
Console.CursorTop -= cursorLine;
|
||||
Console.Write(input);
|
||||
Console.CursorLeft = input.Length % Console.WindowWidth;
|
||||
Console.CursorLeft = input.Length % consoleWidth;
|
||||
}
|
||||
|
||||
private static void AssignOnClientRequestExecute(string names, Action<Client, Vector2, string[]> onClientRequestExecute)
|
||||
|
||||
Reference in New Issue
Block a user