This commit is contained in:
Robin Appelman 2025-05-04 15:28:41 +02:00
commit bfb6312907

View file

@ -21,7 +21,7 @@ public Action OnClientSayCommand(int client, const char[] command, const char[]
}
public Action HandleWhoCommand(Handle Timer, int client) {
PrintToChatAll("They always ask \"Who is server?\". But nobody ever asks \"How is server?\".");
PrintToChatAll("Everyone always asks \"Who is server?\". But nobody ever asks \"How is server?\".");
return Plugin_Handled;
}