mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-18 11:22:15 +01:00
Update Wither#canTravelThroughPortals
This commit is contained in:
parent
d04e9fafa4
commit
07e821664d
1 changed files with 1 additions and 1 deletions
|
@ -1393,7 +1393,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+
|
||||
+ @Override
|
||||
+ public boolean canTravelThroughPortals() {
|
||||
+ return getHandle().canChangeDimensions(null, null); // Only used by the enderpearl... right now
|
||||
+ return getHandle().canUsePortal(false);
|
||||
+ }
|
||||
+
|
||||
+ @Override
|
||||
|
|
Loading…
Add table
Reference in a new issue