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