command cleanup

This commit is contained in:
nytmyr
2024-11-08 08:41:18 -06:00
parent e73f1259be
commit 686fdb9bda
+8
View File
@@ -63,6 +63,14 @@ void bot_command_illusion_block(Client* c, const Seperator* sep)
popup_text = DialogueWindow::Table(popup_text);
c->SendPopupToClient(sep->arg[0], popup_text.c_str());
c->Message(
Chat::Yellow,
fmt::format(
"Use {} for information about race/class IDs.",
Saylink::Silent("^classracelist")
).c_str()
);
return;
}