From 23e658acf963218f88d07583fae37c38d362c5d7 Mon Sep 17 00:00:00 2001 From: hatetank Date: Mon, 3 Oct 2016 18:31:41 -0500 Subject: [PATCH] minor typos updated --- evennia/game_template/typeclasses/players.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/game_template/typeclasses/players.py b/evennia/game_template/typeclasses/players.py index d8a7d9a5df..2cdfc06fdb 100644 --- a/evennia/game_template/typeclasses/players.py +++ b/evennia/game_template/typeclasses/players.py @@ -3,14 +3,14 @@ Player The Player represents the game "account" and each login has only one Player object. A Player is what chats on default channels but has no -other in-game-world existance. Rather the Player puppets Objects (such +other in-game-world existence. Rather the Player puppets Objects (such as Characters) in order to actually participate in the game world. Guest Guest players are simple low-level accounts that are created/deleted -on the fly and allows users to test the game without the committment +on the fly and allows users to test the game without the commitment of a full registration. Guest accounts are deactivated by default; to activate them, add the following line to your settings file: