mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +01:00
Compare commits
2 Commits
b4fa4091df
...
131a3f6a62
Author | SHA1 | Date | |
---|---|---|---|
|
131a3f6a62 | ||
|
d8ccd421be |
@ -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…
x
Reference in New Issue
Block a user