1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Conf.example generation: Remove quotation marks from noise flags (#7844)

This commit is contained in:
Muhammad Rifqi Priyo Susanto
2018-11-09 07:24:36 +07:00
committed by Paramat
parent 9a151e0ae8
commit 57a2f3e4c4

View File

@@ -31,7 +31,7 @@ local group_format_template = [[
# octaves = %s,
# persistence = %s,
# lacunarity = %s,
# flags = "%s"
# flags = %s
# }
]]