Skip to content

Commit

Permalink
build gomule.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
pairofdocs committed May 29, 2021
1 parent 25f8944 commit 605fa36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified gomule/GoMule.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gomule/src/gomule/item/D2Item.java
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ private void readExtend(D2BitReader pFile) throws Exception {
else {
item_type += huff[bitread];
if (item_type.length() == 4){
item_type = item_type.stripTrailing(); // right strip ending ' '
item_type = item_type.trim(); // right strip ending ' '
break;
}
huff = new Object[] {huff0, huff1};
Expand Down

0 comments on commit 605fa36

Please sign in to comment.