]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - builtin/common/chatcommands.lua
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / builtin / common / chatcommands.lua
index bf989db7d1f8fd53349a18f20a421a974fea2758..fb593e8399619859296b6d5a57a87516f3bf7c9c 100644 (file)
@@ -49,7 +49,7 @@ if INIT == "client" then
                                        local i = table.indexof(list, item)
                                        if i == -1 then
                                                return false, item .. " is not on the list."
-                                       else    
+                                       else
                                                table.remove(list, i)
                                                core.settings:set(setting, table.concat(list, ","))
                                                return true, "Removed " .. item .. " from the list."