Merge pull request #110 from Niklp09/dump

disable flowers table dump
This commit is contained in:
Joachim Stolberg 2023-01-07 17:45:44 +01:00 committed by GitHub
commit a88a07e421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,5 +216,5 @@ minetest.after(1, function()
end
end
end
print(dump(Flowers))
-- print(dump(Flowers))
end)