Fix more compile issues

This commit is contained in:
Nassim Jahnke
2024-06-14 14:28:06 +02:00
parent bcdf841f2d
commit d29210d668
10 changed files with 10 additions and 10 deletions

View File

@@ -1393,7 +1393,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ @Override
+ public boolean canTravelThroughPortals() {
+ return getHandle().canChangeDimensions();
+ return getHandle().canChangeDimensions(null, null); // Only used by the enderpearl... right now
+ }
+
+ @Override