mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Added "Feature Not Implemented" to Leaderboards
Temporarily added
This commit is contained in:
parent
6bb5e7d65e
commit
2865e2cc9c
|
|
@ -492,7 +492,8 @@ void UIScene_LeaderboardsMenu::ReadStats(int startIndex)
|
||||||
}
|
}
|
||||||
|
|
||||||
//Show the loading message
|
//Show the loading message
|
||||||
m_labelInfo.setLabel(app.GetString(IDS_LEADERBOARD_LOADING));
|
//IDS_LEADERBOARD_LOADING < -- REPLACE WITH THIS WHEN WE HAVE A LEADERBOARD
|
||||||
|
m_labelInfo.setLabel(app.GetString(IDS_FEATURENOTIMPLEMENTED_TEXT));
|
||||||
m_labelInfo.setVisible(true);
|
m_labelInfo.setVisible(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue