Attempting to fix region detection
Attempting to fix /protect
This commit is contained in:
parent
9cdbcdb92c
commit
b98c84fa5b
4 changed files with 9 additions and 5 deletions
|
|
@ -1373,10 +1373,10 @@ namespace TShockAPI
|
|||
args.Player.SendMessage("Could not find specified region", Color.Red);
|
||||
}
|
||||
else
|
||||
args.Player.SendMessage("Invalid syntax! Proper syntax: /region protected [name] [true/false]", Color.Red);
|
||||
args.Player.SendMessage("Invalid syntax! Proper syntax: /region protect [name] [true/false]", Color.Red);
|
||||
}
|
||||
else
|
||||
args.Player.SendMessage("Invalid syntax! Proper syntax: /region protected [name] [true/false]", Color.Red);
|
||||
args.Player.SendMessage("Invalid syntax! Proper syntax: /region protect [name] [true/false]", Color.Red);
|
||||
break;
|
||||
}
|
||||
case "delete":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue