Skip to content

Commit

Permalink
Fix Minecraft (leachim6#1012)
Browse files Browse the repository at this point in the history
Removed the / at the start of the first line due to the fact that MCF won't run any lines that start with /
  • Loading branch information
DBTDerpbox authored May 15, 2021
1 parent fecbf0f commit 40f0db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m/Minecraft.mcfunction
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/tellraw @p "Hello World"
tellraw @p "Hello World"

0 comments on commit 40f0db3

Please sign in to comment.