mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Fix not being able to do /outlint [target] [mode] without any brush args.
This commit is contained in:
parent
6c9d83a557
commit
381cc3af58
@ -45,7 +45,7 @@ namespace MCGalaxy.Commands.Building {
|
||||
|
||||
|
||||
protected override DrawMode GetMode(string[] parts) {
|
||||
if (parts.Length <= 2) return DrawMode.normal;
|
||||
if (parts.Length == 1) return DrawMode.normal;
|
||||
|
||||
string type = parts[parts.Length - 1];
|
||||
if (type == "down") return DrawMode.down;
|
||||
|
Loading…
x
Reference in New Issue
Block a user