From 870b0cc16f06152eaedaaf7483465738b956dc04 Mon Sep 17 00:00:00 2001 From: Wendy Wang Date: Sun, 6 Oct 2024 13:32:12 +0200 Subject: [PATCH] Fixing comments --- evennia/contrib/game_systems/storage/storage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/evennia/contrib/game_systems/storage/storage.py b/evennia/contrib/game_systems/storage/storage.py index e362a2f363..a7106710fa 100644 --- a/evennia/contrib/game_systems/storage/storage.py +++ b/evennia/contrib/game_systems/storage/storage.py @@ -168,10 +168,9 @@ class CmdStorage(MuxCommand): caller.msg(f"This is now a storage location with id: {new_storage_id}.") -# CmdSet for easily install all commands class StorageCmdSet(CmdSet): """ - The git command. + CmdSet for all storage-related commands """ def at_cmdset_creation(self):