mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fix /outline. (Thanks prismaaa)
This commit is contained in:
parent
389264a7db
commit
475791b12e
@ -38,7 +38,7 @@ namespace MCGalaxy.Commands.Building {
|
||||
|
||||
int newBlock = DrawCmd.GetBlock(p, args[1], out dArgs.newExtBlock);
|
||||
if (newBlock == -1) return;
|
||||
dArgs.newBlock = (byte)block;
|
||||
dArgs.newBlock = (byte)newBlock;
|
||||
|
||||
Player.Message(p, "Place two blocks to determine the edges.");
|
||||
p.MakeSelection(2, dArgs, DoOutline);
|
||||
|
Loading…
x
Reference in New Issue
Block a user