refactor: unglob std::wstring

This commit is contained in:
Tropical
2026-03-06 11:50:22 -06:00
parent 41db813a6d
commit cdc08700e4
581 changed files with 2156 additions and 2154 deletions

View File

@@ -90,7 +90,7 @@ bool DamageSource::isBypassInvul()
}
//DamageSource::DamageSource(const wstring &msgId)
//DamageSource::DamageSource(const std::wstring &msgId)
DamageSource::DamageSource(ChatPacket::EChatPacketMessage msgId)
{
// 4J added initialisors
@@ -158,7 +158,7 @@ DamageSource *DamageSource::setMagic()
return this;
}
//wstring DamageSource::getLocalizedDeathMessage(std::shared_ptr<Player> player)
//std::wstring DamageSource::getLocalizedDeathMessage(std::shared_ptr<Player> player)
//{
// return L"death." + msgId + player->name;
// //return I18n.get(L"death." + msgId, player.name);