Skip to content

Commit

Permalink
Judge did a silly
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie committed May 23, 2024
1 parent cb95fc9 commit 5704526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pojlib/util/json/MinecraftInstances.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void updateMods(MinecraftInstances instances) {
}

if(version == null) {
Logger.getInstance().appendToLog("Mods could not be downloaded because version was null. Open a ticket.")
Logger.getInstance().appendToLog("Mods could not be downloaded because version was null. Open a ticket.");
return;
}

Expand Down

0 comments on commit 5704526

Please sign in to comment.