Fixed sm_rtv printing "unknown command" (bug 4730, r=psychonic).
This commit is contained in:
parent
b4b37daaf6
commit
f56cc43331
@ -162,12 +162,12 @@ public Action:Command_RTV(client, args)
|
||||
{
|
||||
if (!g_CanRTV || !client)
|
||||
{
|
||||
return Plugin_Continue;
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
AttemptRTV(client);
|
||||
|
||||
return Plugin_Continue;
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
public Action:Command_Say(client, args)
|
||||
|
Loading…
Reference in New Issue
Block a user