Change help message of place command

This commit is contained in:
TomCube 2024-04-29 23:50:25 -05:00 committed by GitHub
parent 189efeef28
commit e8a41d715d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -339,7 +339,7 @@ static struct ChatCommand PlaceCommand = {
"&ePlaces block at [x y z].",
"&eIf no block is provided, held block is used.",
"&eIf no coordinates are provided, current",
"&e coordinates will be used."
"&e coordinates are used."
}
};