changed printchat to CReplyToCommand
This commit is contained in:
parent
1e82a10795
commit
ea42dabf92
@ -671,7 +671,7 @@ public Action Command_ReloadMaps(int client, int args)
|
|||||||
|
|
||||||
public Action Command_hours_average(int client, int args)
|
public Action Command_hours_average(int client, int args)
|
||||||
{
|
{
|
||||||
PrintToChat(client, "Average hour count is: %i", GetAveragePlayerTimeOnServer());
|
CReplyToCommand(client, "Average hour count is: %i", GetAveragePlayerTimeOnServer());
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user