mirror of
https://codeberg.org/spire/who.git
synced 2026-06-03 10:14:06 +02:00
wording
This commit is contained in:
parent
8db15a012e
commit
bfb6312907
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public Action OnClientSayCommand(int client, const char[] command, const char[]
|
||||||
}
|
}
|
||||||
|
|
||||||
public Action HandleWhoCommand(Handle Timer, int client) {
|
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;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue