From e2c2962c8cbe00742b747d7dc7894bc74c22ee5a Mon Sep 17 00:00:00 2001 From: nic <139033898+dicnunz@users.noreply.github.com> Date: Wed, 20 May 2026 14:23:17 -0400 Subject: [PATCH] Fix portal and server docs typos --- docs/source/Components/Portal-And-Server.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/Components/Portal-And-Server.md b/docs/source/Components/Portal-And-Server.md index 4918275fec..2138a58c29 100644 --- a/docs/source/Components/Portal-And-Server.md +++ b/docs/source/Components/Portal-And-Server.md @@ -19,8 +19,8 @@ The _Portal_ and _Server_ consitutes the two main halves of Evennia. These are two separate `twistd` processes and can be controlled from inside the game or from the command line as described [in the Running-Evennia doc](../Setup/Running-Evennia.md). - The Portal knows everything about internet protocols (telnet, websockets etc), but knows very little about the game. -- The Server knows everything about the game. It knows that a player has connected but now _how_ they connected. +- The Server knows everything about the game. It knows that a player has connected but not _how_ they connected. -The effect of this is that you can fully `reload` the Server and have players still connected to the game. One the server comes back up, it will re-connect to the Portal and re-sync all players as if nothing happened. +The effect of this is that you can fully `reload` the Server and have players still connected to the game. Once the server comes back up, it will re-connect to the Portal and re-sync all players as if nothing happened. -The Portal and Server are intended to always run on the same machine. They are glued together via an AMP (Asynchronous Messaging Protocol) connection. This allows the two programs to communicate seamlessly. \ No newline at end of file +The Portal and Server are intended to always run on the same machine. They are glued together via an AMP (Asynchronous Messaging Protocol) connection. This allows the two programs to communicate seamlessly.