Fix luacheck errors, thanks to kaeza

This commit is contained in:
Raymoo
2017-03-13 18:52:06 -07:00
parent 481ef9e2cd
commit 668bce3772
4 changed files with 27 additions and 39 deletions

9
.luacheckrc Normal file
View File

@ -0,0 +1,9 @@
read_globals = {
"minetest",
"vector",
}
globals = {
"player_monoids",
}