]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - .luacheckrc
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / .luacheckrc
index e010ab95c02452fa3b899acec52ef129920c0f94..ca321d9537350f74b93427d282c538c9e58c7a7f 100644 (file)
@@ -19,8 +19,8 @@ read_globals = {
        "Settings",
 
        string = {fields = {"split", "trim"}},
-       table  = {fields = {"copy", "getn", "indexof", "insert_all"}},
-       math   = {fields = {"hypot"}},
+       table  = {fields = {"copy", "getn", "indexof", "insert_all", "combine"}},
+       math   = {fields = {"hypot", "round"}},
 }
 
 globals = {