Merge pull request #942 from noudess/patch-1

Added addition usage message for #grid for #grid show. (noudess)
This commit is contained in:
Uleat
2020-01-04 20:17:07 -05:00
committed by GitHub
+1
View File
@@ -2503,6 +2503,7 @@ void command_grid(Client *c, const Seperator *sep)
else {
c->Message(Chat::White, "Usage: #grid add/delete grid_num wandertype pausetype");
c->Message(Chat::White, "Usage: #grid max - displays the highest grid ID used in this zone (for add)");
c->Message(Chat::White, "Usage: #grid show - displays wp nodes as boxes");
}
}