summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/onesix/OneSixInstance.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-04-06 23:31:23 +0200
committerPetr Mrázek <peterix@gmail.com>2017-04-07 00:20:02 +0200
commit8e58d61150b0bdbe9eb91065d36342f3004fe97b (patch)
treec5b0d30d425003c4b88e84a2908e63eb5ed797b9 /api/logic/minecraft/onesix/OneSixInstance.cpp
parentdddc5cedf380d1321b94b0bc7d244d23289e6d3c (diff)
downloadMultiMC-8e58d61150b0bdbe9eb91065d36342f3004fe97b.tar
MultiMC-8e58d61150b0bdbe9eb91065d36342f3004fe97b.tar.gz
MultiMC-8e58d61150b0bdbe9eb91065d36342f3004fe97b.tar.lz
MultiMC-8e58d61150b0bdbe9eb91065d36342f3004fe97b.tar.xz
MultiMC-8e58d61150b0bdbe9eb91065d36342f3004fe97b.zip
NOISSUE fix issue with the narrator feature by splitting java and native libraries
Diffstat (limited to 'api/logic/minecraft/onesix/OneSixInstance.cpp')
-rw-r--r--api/logic/minecraft/onesix/OneSixInstance.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/minecraft/onesix/OneSixInstance.cpp b/api/logic/minecraft/onesix/OneSixInstance.cpp
index 2d50330f..fd54f544 100644
--- a/api/logic/minecraft/onesix/OneSixInstance.cpp
+++ b/api/logic/minecraft/onesix/OneSixInstance.cpp
@@ -283,6 +283,8 @@ QStringList OneSixInstance::verboseDescription(AuthSessionPtr session)
printLibFile(file);
}
printLibFile(mainJarPath());
+ out << "";
+ out << "Native libraries:";
for(auto file: nativeJars)
{
printLibFile(file);