Add Console.ReadLine() to prevent server window from closing
This commit is contained in:
@@ -59,6 +59,7 @@ public static class Program
|
||||
"========================================================================================================="
|
||||
);
|
||||
|
||||
Console.ReadLine();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user