Attempting to fix region detection

Attempting to fix /protect
This commit is contained in:
Lucas Nicodemus 2011-07-15 22:56:51 -06:00
parent 9cdbcdb92c
commit b98c84fa5b
4 changed files with 9 additions and 5 deletions

View file

@ -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":