mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Add writeable configuration.
This commit is contained in:
@@ -152,6 +152,11 @@ void Minecraft::reloadOptions()
|
||||
m_pUser->field_0 = m_options.m_playerName;
|
||||
}
|
||||
|
||||
void Minecraft::saveOptions()
|
||||
{
|
||||
platform()->setOptionStrings(m_options.getOptionStrings());
|
||||
}
|
||||
|
||||
bool Minecraft::isLevelGenerated()
|
||||
{
|
||||
if (m_pLevel)
|
||||
|
||||
Reference in New Issue
Block a user