Skip to content

Commit

Permalink
Fix rebase problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriichan committed Jun 24, 2022
1 parent dd0d599 commit 70d317c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
<module>vcompat-1_17_R1</module>
<module>vcompat-1_18_R1</module>
<module>vcompat-1_18_R2</module>
<<<<<<< HEAD
<module>vcompat-1_19_R1</module>
=======
>>>>>>> ef8c634 (Rebase (#41))
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,8 @@ private final void update(boolean flag) {
properties.put("textures", new Property("textures", skin.getValue(), skin.getSignature()));
}

<<<<<<< HEAD
String name = dataAdapter.get("name", WrapType.STRING);
if (name != null && !name.isBlank()) {
=======
String name = getName();
if (name != null) {
>>>>>>> ef8c634 (Rebase (#41))
VersionCompatProvider.get().getLookupProvider().getLookup("mjGameProfile").setFieldValue(profile, "name", name);
}

Expand Down

0 comments on commit 70d317c

Please sign in to comment.