From 4e942dfb6f4ea9020baa08dde770000d587d1a54 Mon Sep 17 00:00:00 2001 From: Nomads_Reach <144523850+NomadsReach@users.noreply.github.com> Date: Sun, 16 Aug 2026 02:56:28 -0400 Subject: [PATCH] Remove legacy runtime references from root docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 981c078..46e7834 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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 @@ -43,7 +43,7 @@ build.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