mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Fix /copy cut always showing 'copied 0 blocks'.
This commit is contained in:
parent
6f27cdc5fb
commit
e2c6a6212a
@ -51,7 +51,7 @@ namespace MCGalaxy.Drawing.Ops {
|
||||
return false;
|
||||
}
|
||||
|
||||
long affected = 0;
|
||||
long affected = checkLimit ? 0L : op.GetBlocksAffected(op.Level, marks);
|
||||
if (checkLimit && !op.CanDraw(marks, p, out affected))
|
||||
return false;
|
||||
if (brush != null && affected != -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user