Add Console.ReadLine() to prevent server window from closing

This commit is contained in:
Cj
2025-11-29 02:30:57 -05:00
parent 94ba39b41b
commit 52602aa4da
+1
View File
@@ -59,6 +59,7 @@ public static class Program
"========================================================================================================="
);
Console.ReadLine();
return;
}