mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 08:14:50 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -162,7 +162,7 @@ void MultiplayerLocalPlayer::reallyDrop(std::shared_ptr<ItemEntity> itemEntity)
|
||||
{
|
||||
}
|
||||
|
||||
void MultiplayerLocalPlayer::chat(const wstring& message)
|
||||
void MultiplayerLocalPlayer::chat(const std::wstring& message)
|
||||
{
|
||||
connection->send( std::shared_ptr<ChatPacket>( new ChatPacket(message) ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user