Increased ServerCommandEx's internal buffer (bug 5169, r=asherkin).
This commit is contained in:
parent
01c94596a4
commit
eedf8b845c
@ -421,7 +421,7 @@ public Action:Command_Rcon(client, args)
|
|||||||
{
|
{
|
||||||
ServerCommand("%s", argstring);
|
ServerCommand("%s", argstring);
|
||||||
} else {
|
} else {
|
||||||
new String:responseBuffer[1024];
|
new String:responseBuffer[4096];
|
||||||
ServerCommandEx(responseBuffer, sizeof(responseBuffer), "%s", argstring);
|
ServerCommandEx(responseBuffer, sizeof(responseBuffer), "%s", argstring);
|
||||||
ReplyToCommand(client, responseBuffer);
|
ReplyToCommand(client, responseBuffer);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user