fix last commit

This commit is contained in:
UnknownShadow200 2016-11-19 22:35:10 +11:00
parent 1963feafb0
commit 192b9a14e6

View File

@ -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