mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-23 06:43:56 +00:00
* Implement basic multiplayer functionality * Update README.md --------- Co-authored-by: Slenderman <ssimulpong@outlook.com>
This commit is contained in:
parent
15129932da
commit
8b28c20d7a
20 changed files with 1705 additions and 266 deletions
|
|
@ -57,7 +57,8 @@ void CConsoleMinecraftApp::TemporaryCreateGameStart()
|
|||
Minecraft *pMinecraft=Minecraft::GetInstance();
|
||||
app.ReleaseSaveThumbnail();
|
||||
ProfileManager.SetLockedProfile(0);
|
||||
pMinecraft->user->name = L"Windows";
|
||||
extern wchar_t g_Win64UsernameW[17];
|
||||
pMinecraft->user->name = g_Win64UsernameW;
|
||||
app.ApplyGameSettingsChanged(0);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////// From CScene_MultiGameJoinLoad::OnInit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue