Fix Minecraft (#759)

Changed @p to @a and removed the command slash (bad practice)
This commit is contained in:
Wylarel
2020-06-27 02:41:46 +02:00
committed by GitHub
parent a688a97488
commit f8ec911ff3

View File

@@ -1 +1 @@
/tellraw @p ["",{"text":"Hello World"}]
tellraw @a ["",{"text":"Hello World"}]