From 5a6e0c9e3de0586c2095cd673d81f07fb0dc25ae Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:00:13 -0400 Subject: [PATCH] [Cleanup] Fix Message in #find task (#4270) * [Cleanup] Fix Message in #find task * Update task.cpp --- zone/gm_commands/find/task.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/zone/gm_commands/find/task.cpp b/zone/gm_commands/find/task.cpp index 5bf96894e..ed08ad534 100644 --- a/zone/gm_commands/find/task.cpp +++ b/zone/gm_commands/find/task.cpp @@ -57,7 +57,7 @@ void FindTask(Client *c, const Seperator *sep) ( can_assign_tasks ? fmt::format( - " | {}{}", + " | {} | {} | {}", Saylink::Silent( fmt::format( "#task assign {}", @@ -65,6 +65,13 @@ void FindTask(Client *c, const Seperator *sep) ), "Assign" ), + Saylink::Silent( + fmt::format( + "#task complete {}", + t.first + ), + "Complete" + ), Saylink::Silent( fmt::format( "#task uncomplete {}",