mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 02:29:14 +00:00
Revert "This is to prevent warnings for weird objects, (revert)"
This reverts commit 124ad23a95.
This commit is contained in:
@@ -42,7 +42,7 @@ public class IrisObjectLimit {
|
||||
@MinNumber(0)
|
||||
@MaxNumber(1024)
|
||||
@Desc("The maximum height for placement (top of object)")
|
||||
private int maximumHeight = 512;
|
||||
private int maximumHeight = 255;
|
||||
|
||||
public boolean canPlace(int h, int l) {
|
||||
return h <= maximumHeight && l >= minimumHeight;
|
||||
|
||||
Reference in New Issue
Block a user