mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 08:02:13 -07:00
@@ -187,8 +187,8 @@ public final class MapCursor {
|
|||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public void setRawType(byte type) {
|
public void setRawType(byte type) {
|
||||||
if (type < 0 || type > 26) {
|
if (type < 0 || type > 34) {
|
||||||
throw new IllegalArgumentException("Type must be in the range 0-26");
|
throw new IllegalArgumentException("Type must be in the range 0-34");
|
||||||
}
|
}
|
||||||
this.type = type;
|
this.type = type;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user