mirror of
https://github.com/MinetestForFun/mysql_auth.git
synced 2025-01-05 07:30:29 +01:00
16 lines
240 B
Lua
16 lines
240 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 999
|
|
|
|
globals ={
|
|
"minetest",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
"mysql_base",
|
|
"core", "dump",
|
|
}
|