mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
[Cleanup] Fix Message in #find task (#4270)
* [Cleanup] Fix Message in #find task * Update task.cpp
This commit is contained in:
parent
8fa6eab2c2
commit
5a6e0c9e3d
@ -57,7 +57,7 @@ void FindTask(Client *c, const Seperator *sep)
|
|||||||
(
|
(
|
||||||
can_assign_tasks ?
|
can_assign_tasks ?
|
||||||
fmt::format(
|
fmt::format(
|
||||||
" | {}{}",
|
" | {} | {} | {}",
|
||||||
Saylink::Silent(
|
Saylink::Silent(
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"#task assign {}",
|
"#task assign {}",
|
||||||
@ -65,6 +65,13 @@ void FindTask(Client *c, const Seperator *sep)
|
|||||||
),
|
),
|
||||||
"Assign"
|
"Assign"
|
||||||
),
|
),
|
||||||
|
Saylink::Silent(
|
||||||
|
fmt::format(
|
||||||
|
"#task complete {}",
|
||||||
|
t.first
|
||||||
|
),
|
||||||
|
"Complete"
|
||||||
|
),
|
||||||
Saylink::Silent(
|
Saylink::Silent(
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"#task uncomplete {}",
|
"#task uncomplete {}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user