mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fix /rp
This commit is contained in:
parent
e672904cb7
commit
cc2b3108c6
@ -97,7 +97,7 @@ namespace MCGalaxy.Commands.Building {
|
||||
for (int z = Math.Min(m[0].Z, m[1].Z); z <= Math.Max(m[0].Z, m[1].Z); z++)
|
||||
for (int x = Math.Min(m[0].X, m[1].X); x <= Math.Max(m[0].X, m[1].X); x++)
|
||||
{
|
||||
if (p.level.IsAirAt((ushort)x, (ushort)y, (ushort)z, out index)) {
|
||||
if (!p.level.IsAirAt((ushort)x, (ushort)y, (ushort)z, out index)) {
|
||||
buffer.Add(index);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user