Skip to content

Commit

Permalink
Merge branch 'hotfix-1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Aug 7, 2018
2 parents 109e0ef + d4b72dd commit 4215157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaultTasks 'clean', 'licenseFormat', 'build'
// Project information
allprojects {
group = 'blue.lapis.nocturne'
version = '1.1.2'
version = '1.1.3'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected void writeMethodMapping(MethodMapping mapping) {
}
for (MethodParameterMapping pm : mapping.getParamMappings().values()) {
mpWriter.format("MP %s %s %s %s %s\n",
pm.getParent().getParent().getFullDeobfuscatedName(),
pm.getParent().getParent().getFullObfuscatedName(),
pm.getParent().getObfuscatedName(),
pm.getParent().getObfuscatedDescriptor(),
pm.getIndex(),
Expand Down

0 comments on commit 4215157

Please sign in to comment.