mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 06:25:29 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -18,7 +18,7 @@ SignUpdatePacket::SignUpdatePacket()
|
||||
|
||||
}
|
||||
|
||||
SignUpdatePacket::SignUpdatePacket(int x, int y, int z, bool bVerified, bool bCensored, wstring lines[])
|
||||
SignUpdatePacket::SignUpdatePacket(int x, int y, int z, bool bVerified, bool bCensored, std::wstring lines[])
|
||||
{
|
||||
shouldDelay = true;
|
||||
this->m_bVerified=bVerified;
|
||||
|
||||
Reference in New Issue
Block a user