mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Cleanup] Remove Strings::Commify from all identifier values (#3528)
# Notes - Removes commification from unique identifiers.
This commit is contained in:
@@ -18,7 +18,7 @@ void FindTask(Client *c, const Seperator *sep)
|
||||
Chat::White,
|
||||
fmt::format(
|
||||
"Task ID {} was not found.",
|
||||
Strings::Commify(task_id)
|
||||
task_id
|
||||
).c_str()
|
||||
);
|
||||
|
||||
@@ -29,7 +29,7 @@ void FindTask(Client *c, const Seperator *sep)
|
||||
Chat::White,
|
||||
fmt::format(
|
||||
"Task {} | {}",
|
||||
Strings::Commify(task_id),
|
||||
task_id,
|
||||
task_name
|
||||
).c_str()
|
||||
);
|
||||
@@ -52,7 +52,7 @@ void FindTask(Client *c, const Seperator *sep)
|
||||
Chat::White,
|
||||
fmt::format(
|
||||
"Task {} | {}{}",
|
||||
Strings::Commify(t.first),
|
||||
t.first,
|
||||
task_name,
|
||||
(
|
||||
can_assign_tasks ?
|
||||
|
||||
Reference in New Issue
Block a user