mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Merge pull request #138 from ysdragon/dev
Fixed compilation using Clang 16+
This commit is contained in:
commit
e7fd0f7419
1 changed files with 1 additions and 1 deletions
|
@ -1593,7 +1593,7 @@ void SV_AddOperatorCommands(void) {
|
|||
Cmd_AddCommand("say", SV_ConSay_f);
|
||||
Cmd_AddCommand("tell", SV_ConTell_f);
|
||||
Cmd_AddCommand("sayto", SV_ConSayto_f);
|
||||
Cmd_SetCommandCompletionFunc("sayto", SV_CompletePlayerName);
|
||||
Cmd_SetCommandCompletionFunc("sayto", (completionFunc_t)SV_CompletePlayerName);
|
||||
}
|
||||
|
||||
Cmd_AddCommand("rehashbans", SV_RehashBans_f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue