HTTP functions #5

This commit is contained in:
Federico Cecchetto
2022-06-14 23:56:15 +02:00
parent 2111db394d
commit 8c0d999a2a
12 changed files with 272 additions and 35 deletions

View File

@@ -57,7 +57,7 @@ namespace command
const scripting::entity player = game::Scr_GetEntityId(game::SCRIPTINSTANCE_SERVER, client_num, 0, 0);
const auto command = utils::string::to_lower(params[0]);
const auto message = params.join(1);
const auto message = params.join(1).substr(1);
for (const auto& callback : chat_callbacks)
{