Skip to content

Commit

Permalink
blergh
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Jul 31, 2021
1 parent 7e8021c commit 967989e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Installer {
currentJarFile.copyTo(voodooFolder.resolve("multimc-installer.jar"), overwrite = true)
exitProcess(0)
}
Phase.PRE, Phase.REBOOT -> {
Phase.PRE -> {
// always copy current jar to post.jar
val postFile = voodooFolder.resolve("post.jar")
if(postFile.exists()) {
Expand Down

0 comments on commit 967989e

Please sign in to comment.