more worky

This commit is contained in:
Aaron Kimbre
2023-11-16 07:12:18 -06:00
parent 09bd4e9089
commit 449202e39f
6 changed files with 23 additions and 14 deletions

View File

@@ -721,6 +721,10 @@ void ChatPacketHandler::HandleGuildLeave(Packet* packet){
Game::logger->Log("ChatPacketHandler", "HandleGuildLeave %llu", playerID);
}
void ChatPacketHandler::HandleGuildGetAll(Packet* packet){
}
void ChatPacketHandler::SendTeamInvite(PlayerData* receiver, PlayerData* sender) {
CBITSTREAM;
BitStreamUtils::WriteHeader(bitStream, eConnectionType::CHAT_INTERNAL, eChatInternalMessageType::ROUTE_TO_PLAYER);