Skip to content

Commit 601319e

Browse files
committed
foo
1 parent b418ae0 commit 601319e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/minecraft.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Blockly.Blocks['minecraft_set_block'] = {
173173
this.setInputsInline(true);
174174
this.setPreviousStatement(true);
175175
this.setNextStatement(true);
176-
this.setColour(Blockly.Blocks.MinecraftHue);
176+
this.setColour(Blockly.Blocks.MinecraftHue) ;
177177
this.setTooltip('');
178178
this.setHelpUrl('github.com/arpruss/raspberryjammod');
179179
}

0 commit comments

Comments
 (0)