Merge pull request #1075 from KinglyKrab/findzone

Add zone ID to #findzone.
This commit is contained in:
Chris Miles 2020-06-23 14:18:47 -05:00 committed by GitHub
commit a9c2e35bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4223,10 +4223,11 @@ void command_findzone(Client *c, const Seperator *sep)
c->Message(
Chat::White,
fmt::format(
"[{}] [{}] [{}] Version ({}) [{}]",
"[{}] [{}] [{}] ID ({}) Version ({}) [{}]",
(version == 0 ? command_zone : "zone"),
command_gmzone,
short_name,
zone_id,
version,
long_name
).c_str()