mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-25 14:17:29 -04:00
fix last commit
This commit is contained in:
parent
1963feafb0
commit
192b9a14e6
@ -49,7 +49,7 @@ namespace MCGalaxy.Commands.Building {
|
||||
if (message != "" && !ParseCoords(message, p, ref P)) return;
|
||||
P = Vec3U16.Clamp(P.X, P.Y, P.Z, p.level);
|
||||
|
||||
if (!p.HasBlockchange) {
|
||||
if (p.HasBlockchange) {
|
||||
PlaceMark(p, P.X, P.Y, P.Z);
|
||||
} else {
|
||||
// We only want to activate blocks in the world
|
||||
|
Loading…
x
Reference in New Issue
Block a user