From 3fe9165201b31f13ce772fb8d029a81eaadcdb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 11 Dec 2018 23:54:29 +0100 Subject: NOISSUE fix logging for gametype --- api/logic/minecraft/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/logic/minecraft/World.cpp b/api/logic/minecraft/World.cpp index 5da562aa..490abdf4 100644 --- a/api/logic/minecraft/World.cpp +++ b/api/logic/minecraft/World.cpp @@ -385,7 +385,7 @@ void World::loadFromLevelDat(QByteArray data) qDebug() << "World Name:" << m_actualName; qDebug() << "Last Played:" << m_lastPlayed.toString(); qDebug() << "Seed:" << m_randomSeed; - qDebug() << "GameMode:" << m_randomSeed; + qDebug() << "GameMode:" << m_gameType; } catch (const nbt::io::input_error &e) { -- cgit v1.2.3