Commit 62a9bc252e37c8f57c153131735337e173128b1a
1 parent
5d8597e6
LiteLoader 1.6.4_02 - experimental - moved com.mumfrey.liteloader.log -> com.mum…
…frey.liteloader.util.log
Showing
2 changed files
with
2 additions
and
2 deletions
java/com/mumfrey/liteloader/core/LiteLoaderBootstrap.java
@@ -20,7 +20,7 @@ import net.minecraft.client.ClientBrandRetriever; | @@ -20,7 +20,7 @@ import net.minecraft.client.ClientBrandRetriever; | ||
20 | import net.minecraft.launchwrapper.LaunchClassLoader; | 20 | import net.minecraft.launchwrapper.LaunchClassLoader; |
21 | 21 | ||
22 | import com.mumfrey.liteloader.launch.ILoaderBootstrap; | 22 | import com.mumfrey.liteloader.launch.ILoaderBootstrap; |
23 | -import com.mumfrey.liteloader.log.LiteLoaderLogFormatter; | 23 | +import com.mumfrey.liteloader.util.log.LiteLoaderLogFormatter; |
24 | 24 | ||
25 | /** | 25 | /** |
26 | * LiteLoaderBootstrap is a proxy class which handles the early part of the LiteLoader startup process which | 26 | * LiteLoaderBootstrap is a proxy class which handles the early part of the LiteLoader startup process which |
java/com/mumfrey/liteloader/log/LiteLoaderLogFormatter.java renamed to java/com/mumfrey/liteloader/util/log/LiteLoaderLogFormatter.java