Fix Minecraft (#1012)

Removed the / at the start of the first line due to the fact that MCF won't run any lines that start with /
This commit is contained in:
Derpbox
2021-05-15 09:30:07 -05:00
committed by GitHub
parent fecbf0f1e1
commit 40f0db3e20

View File

@@ -1 +1 @@
/tellraw @p "Hello World"
tellraw @p "Hello World"