mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-27 22:04:39 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user