Update command.cpp (#1289)

Fixed typo in the command description.
This commit is contained in:
Thalix 2021-03-07 20:40:50 +01:00 committed by GitHub
parent d5d6b911b0
commit 435bac5599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1804,7 +1804,7 @@ void command_list(Client *c, const Seperator *sep)
else {
c->Message(Chat::White, "Usage of #list");
c->Message(Chat::White, "- #list [npcs|players|corpses|doors|objects] [search]");
c->Message(Chat::White, "- Example: #list npc (Blank for all)");
c->Message(Chat::White, "- Example: #list npcs (Blank for all)");
}
}