minor changes

This commit is contained in:
Kolyah35
2026-03-17 23:08:56 +03:00
parent d15051aab6
commit 4769d4ae72
4 changed files with 5 additions and 6 deletions

View File

@@ -117,7 +117,6 @@ void NinecraftApp::init()
setScreen(new UsernameScreen());
}
#else
user->name = "Server";
hostMultiplayer();
#endif
}