From c6b87e6f5ceec6e909e68abe10e55576ca5152c0 Mon Sep 17 00:00:00 2001 From: Jenna Sloan Date: Tue, 3 Dec 2024 19:10:37 -0600 Subject: [PATCH] add note --- FezMultiplayerDedicatedServer/FezDedicatedServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FezMultiplayerDedicatedServer/FezDedicatedServer.cs b/FezMultiplayerDedicatedServer/FezDedicatedServer.cs index d97d5fc..0516ac2 100644 --- a/FezMultiplayerDedicatedServer/FezDedicatedServer.cs +++ b/FezMultiplayerDedicatedServer/FezDedicatedServer.cs @@ -48,7 +48,7 @@ static void Main(string[] args) //Note: gotta keep the program busy otherwise it'll close - //TODO make the CLI better + //TODO make the CLI better; see https://learn.microsoft.com/en-us/dotnet/api/system.console , particularly Console.CursorTop and Console.CursorLeft try {