forked from minetest-mods/player_monoids
Fix luacheck errors, thanks to kaeza
This commit is contained in:
9
.luacheckrc
Normal file
9
.luacheckrc
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
read_globals = {
|
||||
"minetest",
|
||||
"vector",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"player_monoids",
|
||||
}
|
Reference in New Issue
Block a user