Change wording of /grow response
Now people won't say it doesn't work even though it says it has grown one.
This commit is contained in:
parent
c91a272f23
commit
9a810d0c11
1 changed files with 2 additions and 1 deletions
|
|
@ -2600,7 +2600,8 @@ namespace TShockAPI
|
|||
args.Player.SendMessage("Unknown plant!", Color.Red);
|
||||
return;
|
||||
}
|
||||
args.Player.SendMessage("You have grown a " + name, Color.Green);
|
||||
args.Player.SendTileSquare(x, y);
|
||||
args.Player.SendMessage("Tried to grow a " + name, Color.Green);
|
||||
}
|
||||
|
||||
#endregion Cheat Comamnds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue