mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-08-30 13:23:13 +00:00
HTTP functions #5
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user