Remove legacy runtime references from root docs

This commit is contained in:
Nomads_Reach
2026-08-16 02:56:28 -04:00
parent 14e9d439e3
commit 4e942dfb6f
+2 -2
View File
@@ -2,7 +2,7 @@
This repository contains the Commonwealth Online authoritative dedicated server and the Qt Host GUI. This repository contains the Commonwealth Online authoritative dedicated server and the Qt Host GUI.
The dedicated server is C#/.NET. There is no Python server runtime or Python test suite. Valve GameNetworkingSockets remains behind the small native C++ bridge in `server/native_transport/`. The dedicated server is C#/.NET. Valve GameNetworkingSockets remains behind the small native C++ bridge in `server/native_transport/`.
## Server ## Server
@@ -43,7 +43,7 @@ build.bat
deploy.bat deploy.bat
``` ```
CMake publishes the C# server self-contained and stages it under the Host GUI `server` directory. Packaged users do not need Python or a separate .NET runtime. CMake publishes the C# server self-contained and stages it under the Host GUI `server` directory. Packaged users do not need a separate .NET runtime.
## Default ports ## Default ports