diff options
author | Auke Kok <sofar@foo-projects.org> | 2017-03-08 21:19:25 -0800 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2017-03-08 21:19:25 -0800 |
commit | 645fa21f6fffe76bf922e721ad79080b84e7e8c5 (patch) | |
tree | eaacd5581a63a4831903029a94050d1b6d49eb02 | |
parent | 1c18586a37aa3662c3ddf537445a7be578ddb669 (diff) |
Clean up luacheck error due to NS var unused.
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ local worldpath = minetest.get_worldpath() local modpath = minetest.get_modpath(minetest.get_current_modname()) -- Load support for intllib. -local S, NS = dofile(modpath .. "/intllib.lua") +local S, _ = dofile(modpath .. "/intllib.lua") crops.intllib = S |