mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 23:57:06 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -52,7 +52,7 @@ void JoinMultiplayerScreen::buttonClicked(Button *button)
|
||||
minecraft->options->lastMpIp = replaceAll(ip,L":", L"_");
|
||||
minecraft->options->save();
|
||||
|
||||
vector<std::wstring> parts = stringSplit(ip,L'L');
|
||||
std::vector<std::wstring> parts = stringSplit(ip,L'L');
|
||||
if (ip[0]==L'[')
|
||||
{
|
||||
int pos = (int)ip.find(L"]");
|
||||
|
||||
Reference in New Issue
Block a user