This commit is contained in:
Aaron Kimbre
2023-11-26 21:28:21 -06:00
parent 4722c1fdea
commit ce3021310c
2 changed files with 2 additions and 4 deletions

View File

@@ -444,8 +444,8 @@ void ClientPackets::HandleGuildCreation(Packet* packet) {
characterComp->SetGuild(newGuild->id, guildName.string);
SendGuildCreateResponse(packet->systemAddress, eGuildCreationResponse::CREATED, newGuild->id, guildName.string);
AMFArrayValue data;
data.Insert("bOn", true);
GameMessages::SendUIMessageServerToSingleClient(entity, packet->systemAddress, "ToggleGuildUI", data);
data.Insert("bDisplay", true);
GameMessages::SendUIMessageServerToSingleClient(entity, packet->systemAddress, "EnableGuild", data);
}