Skip to content

Commit

Permalink
Fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Jul 28, 2024
1 parent e7e11e8 commit 320ee66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
+ // CraftBukkit start
+ @Override
+ public Location getLocation() {
+ return field_217033_c.getLocation();
+ return LoomContainer.this.field_217033_c.getLocation();
+ }
+ // CraftBukkit end
};
Expand All @@ -56,7 +56,7 @@
+ // CraftBukkit start
+ @Override
+ public Location getLocation() {
+ return field_217033_c.getLocation();
+ return LoomContainer.this.field_217033_c.getLocation();
+ }
+ // CraftBukkit end
};
Expand Down

0 comments on commit 320ee66

Please sign in to comment.