Skip to content

Commit

Permalink
Update SystemConsoleManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
qrtDaniil authored Oct 31, 2024
1 parent b9058ed commit 184ecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robust.Server/Console/SystemConsoleManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public void Print(string text)

public void DrawCommandLine()
{
if (Con.WindowWidth <= 0) return;
if (Con.WindowWidth <= 0) return;
ClearCurrentLine();
Con.SetCursorPosition(0, Con.CursorTop);
Con.Write("> " + currentBuffer);
Expand Down

0 comments on commit 184ecad

Please sign in to comment.