mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 23:35:09 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -38,7 +38,7 @@ void User::staticCtor()
|
||||
allowedTiles.push_back(Tile::obsidian);
|
||||
}
|
||||
|
||||
User::User(const wstring& name, const wstring& sessionId)
|
||||
User::User(const std::wstring& name, const std::wstring& sessionId)
|
||||
{
|
||||
this->name = name;
|
||||
this->sessionId = sessionId;
|
||||
|
||||
Reference in New Issue
Block a user