Update pro-section criteria label (#524)

This commit is contained in:
MinetestSam 2019-12-15 18:23:51 +05:30 committed by ANAND
parent 9974e3d509
commit 06a1fb3d22

View file

@ -82,7 +82,7 @@ for _, chest_color in pairs(colors) do
minetest.formspec_escape("Pro players only") .. "]"
else
formspec = formspec .. "label[4.75,3;" ..
minetest.formspec_escape("You need at least 1000" ..
minetest.formspec_escape("You need at least 10000" ..
"\nscore and 1.5+ KD to\naccess the pro section") .. "]"
end