From f4d6ae4de33e7ddfe36d1d71212fe64a98e76491 Mon Sep 17 00:00:00 2001 From: trhr Date: Mon, 6 Apr 2020 01:18:38 -0500 Subject: [PATCH] Typo --- evennia/accounts/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/accounts/accounts.py b/evennia/accounts/accounts.py index f3217e88ea..11a0aa41d6 100644 --- a/evennia/accounts/accounts.py +++ b/evennia/accounts/accounts.py @@ -4,7 +4,7 @@ Typeclass for Account objects Note that this object is primarily intended to store OOC information, not game info! This object represents the actual user (not their -character) and has NO actual precence in the +character) and has NO actual presence in the game world (this is handled by the associated character object, so you should customize that instead for most things).