+ Fixed tutorial cmd

master
Giov4 2020-10-21 14:57:08 +02:00
parent b666a6b2cc
commit ca4a8395da
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function(cmd)
cmd:sub("tutorial",
function(sender)
skywars.print_msg(sender, [[
You can read it from TUTORIAL.txt in the mod folder called .
You can read it from TUTORIAL.txt in the mod folder.
]])
end)