Fix parameter-names for WorldProvider.shouldMapSpin (#3767)
This commit is contained in:
parent
45e0738f43
commit
55587fca08
1 changed files with 2 additions and 2 deletions
|
@ -200,11 +200,11 @@
|
|||
+ *
|
||||
+ * @param entity The entity holding the map, playername, or frame-ENTITYID
|
||||
+ * @param x X Position
|
||||
+ * @param y Y Position
|
||||
+ * @param z Z Position
|
||||
+ * @param rotation the regular rotation of the marker
|
||||
+ * @return True to 'spin' the cursor
|
||||
+ */
|
||||
+ public boolean shouldMapSpin(String entity, double x, double y, double z)
|
||||
+ public boolean shouldMapSpin(String entity, double x, double z, double rotation)
|
||||
+ {
|
||||
+ return dimensionId < 0;
|
||||
+ }
|
||||
|
|
Loading…
Reference in a new issue