mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 04:25:10 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -14,7 +14,7 @@ ChatPacket::ChatPacket()
|
||||
}
|
||||
|
||||
// Old chat packet constructor, adds message, custom data and additional message to arg vectors
|
||||
ChatPacket::ChatPacket(const wstring& message, EChatPacketMessage type /*= e_ChatCustom*/, int customData /*= -1*/, const wstring& additionalMessage /*= L""*/)
|
||||
ChatPacket::ChatPacket(const std::wstring& message, EChatPacketMessage type /*= e_ChatCustom*/, int customData /*= -1*/, const std::wstring& additionalMessage /*= L""*/)
|
||||
{
|
||||
m_messageType = type;
|
||||
if (customData != -1) m_intArgs.push_back(customData);
|
||||
|
||||
Reference in New Issue
Block a user