mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-25 21:48:15 +05:00
Merge remote-tracking branch 'origin/main' into dec-2014
# Conflicts: # Minecraft.Client/Common/Consoles_App.cpp
This commit is contained in:
@@ -3387,7 +3387,7 @@ void CMinecraftApp::HandleXuiActions(void)
|
||||
bool gameStarted = false;
|
||||
for(int j = 0; j < pMinecraft->levels.length; j++)
|
||||
{
|
||||
if (pMinecraft->levels.data[j] != NULL)
|
||||
if (pMinecraft->levels.data[i] != NULL)
|
||||
{
|
||||
gameStarted = true;
|
||||
break;
|
||||
@@ -10124,4 +10124,4 @@ bool CMinecraftApp::HasReachedMainMenu()
|
||||
{
|
||||
return m_hasReachedMainMenu;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user