mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-28 07:14:52 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "../../../Minecraft.World/Headers/net.minecraft.locale.h"
|
||||
|
||||
|
||||
ConnectScreen::ConnectScreen(Minecraft *minecraft, const wstring& ip, int port)
|
||||
ConnectScreen::ConnectScreen(Minecraft *minecraft, const std::wstring& ip, int port)
|
||||
{
|
||||
aborted = false;
|
||||
// System.out.println("Connecting to " + ip + ", " + port);
|
||||
|
||||
Reference in New Issue
Block a user