additional removed test log

This commit is contained in:
Emagi 2022-07-17 16:19:58 -04:00
parent 966ada0771
commit ac508a3fe2

View file

@ -3390,7 +3390,6 @@ void ZoneServer::HandleChatMessage(Client* client, Spawn* from, const char* to,
packet->setDataByName("language", language);
bool hasLanguage = client->GetPlayer()->HasLanguage(language);
printf("Client: %s has %u language: %u\n", client->GetPlayer()->GetName(), language, hasLanguage);
if (language > 0 && !hasLanguage)
packet->setDataByName("understood", 0);
else