@@ -15,7 +15,7 @@ message GetByLocationOperation {
1515// requires the player to have developer permissions on the plot,
1616// and that the code block exists.
1717message GetByBlockOperation {
18- LineStarterType type = 1 ; // The type of line starter of the code block to get the template for.
18+ LineStarterBlock type = 1 ; // The type of line starter of the code block to get the template for.
1919 string action = 2 ; // The sign action name of the code block to get the template for.
2020}
2121
@@ -39,7 +39,7 @@ message DeleteByLocationOperation {
3939// requires the player to have developer permissions on the plot,
4040// and that the code block exists.
4141message DeleteByBlockOperation {
42- LineStarterType type = 1 ; // The type of line starter of the code block to delete.
42+ LineStarterBlock type = 1 ; // The type of line starter of the code block to delete.
4343 string action = 2 ; // The sign action name of the code block to delete.
4444}
4545
@@ -57,7 +57,7 @@ message ReplaceByLocationOperation {
5757// and that the code block exists,
5858// and that the template will not override any blocks nor exit the plot bounds (except for the blocks being replaced).
5959message ReplaceByBlockOperation {
60- LineStarterType type = 1 ; // The type of line starter of the code block to replace.
60+ LineStarterBlock type = 1 ; // The type of line starter of the code block to replace.
6161 string action = 2 ; // The sign action name of the code block to replace.
6262 Template template = 3 ; // The template to replace the code block with.
6363}
0 commit comments