use reliable
This commit is contained in:
parent
84b4a2ae59
commit
940b8532fa
@ -55,8 +55,7 @@ namespace chat
|
|||||||
|
|
||||||
void send_chat_message(int client_num, const std::string& text)
|
void send_chat_message(int client_num, const std::string& text)
|
||||||
{
|
{
|
||||||
// SV_CMD_RELIABLE_0?
|
game::SV_GameSendServerCommand(client_num, game::SV_CMD_RELIABLE_0, utils::string::va("v \"%Iu %d %d %s\"", -1, 0, 0, text.data()));
|
||||||
game::SV_GameSendServerCommand(client_num, game::SV_CMD_CAN_IGNORE_0, utils::string::va("v \"%Iu %d %d %s\"", -1, 0, 0, text.data()));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user