Skip to content

Commit

Permalink
It's not by user anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jan 7, 2022
1 parent ddd4f02 commit e038ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/coderbot/iris/shaderpack/ShaderPack.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public ShaderPack(Path root, Map<String, String> changedConfigs) throws IOExcept
}

// TODO: show the options changed in relation to the current profile, and not just total.
this.profileInfo = "Profile: " + profileName + " (" + getShaderPackOptions().getOptionValues().getOptionsChanged() + " options changed by user)";
this.profileInfo = "Profile: " + profileName + " (" + getShaderPackOptions().getOptionValues().getOptionsChanged() + " options changed)";
}

Iris.logger.info(this.profileInfo);
Expand Down

0 comments on commit e038ed9

Please sign in to comment.