mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Merge branch 'master' of https://github.com/VCMP-SqMod/SqMod
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
8eb431ea8f
@ -914,7 +914,7 @@ void Core::EmitPlayerCommand(int32_t player_id, const char * message)
|
|||||||
if (split)
|
if (split)
|
||||||
{
|
{
|
||||||
// Create a string object for the command (don't include the space character)
|
// Create a string object for the command (don't include the space character)
|
||||||
text = LightObj(message, static_cast< SQInteger >(split - message) - 1);
|
text = LightObj(message, static_cast< SQInteger >(split - message));
|
||||||
// Do we need to create a script object for arguments?
|
// Do we need to create a script object for arguments?
|
||||||
if (std::strlen(split + 1) > 0)
|
if (std::strlen(split + 1) > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user