mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 15:34:20 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -42,7 +42,7 @@ void User::staticCtor() {
|
||||
allowedTiles.push_back(Tile::obsidian);
|
||||
}
|
||||
|
||||
User::User(const std::wstring& name, const std::wstring& sessionId) {
|
||||
User::User(const std::string& name, const std::string& sessionId) {
|
||||
this->name = name;
|
||||
this->sessionId = sessionId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user