mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 20:19:06 +00:00
Height warnings
This commit is contained in:
@@ -62,6 +62,7 @@ public class CommandIrisObjectP1 extends MortarCommand
|
||||
|
||||
if(args.length == 1 && args[0].equals("-l"))
|
||||
{
|
||||
// TODO: WARNING HEIGHT
|
||||
g[0] = p.getTargetBlock((Set<Material>) null, 256).getLocation().clone();
|
||||
}
|
||||
|
||||
|
||||
@@ -62,6 +62,7 @@ public class CommandIrisObjectP2 extends MortarCommand
|
||||
|
||||
if(args.length == 1 && args[0].equals("-l"))
|
||||
{
|
||||
// TODO: WARNING HEIGHT
|
||||
g[1] = p.getTargetBlock((Set<Material>) null, 256).getLocation().clone();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user