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