From 192b9a14e6c9db131e6e004c723e49447799dece Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 19 Nov 2016 22:35:10 +1100 Subject: [PATCH] fix last commit --- MCGalaxy/Commands/building/CmdMark.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/building/CmdMark.cs b/MCGalaxy/Commands/building/CmdMark.cs index a9912096d..68530489f 100644 --- a/MCGalaxy/Commands/building/CmdMark.cs +++ b/MCGalaxy/Commands/building/CmdMark.cs @@ -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