NOISSUE fix logging for gametype
This commit is contained in:
parent
13b293dd65
commit
3fe9165201
@ -385,7 +385,7 @@ void World::loadFromLevelDat(QByteArray data)
|
|||||||
qDebug() << "World Name:" << m_actualName;
|
qDebug() << "World Name:" << m_actualName;
|
||||||
qDebug() << "Last Played:" << m_lastPlayed.toString();
|
qDebug() << "Last Played:" << m_lastPlayed.toString();
|
||||||
qDebug() << "Seed:" << m_randomSeed;
|
qDebug() << "Seed:" << m_randomSeed;
|
||||||
qDebug() << "GameMode:" << m_randomSeed;
|
qDebug() << "GameMode:" << m_gameType;
|
||||||
}
|
}
|
||||||
catch (const nbt::io::input_error &e)
|
catch (const nbt::io::input_error &e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user