1
0
mirror of https://github.com/mt-mods/unifieddyes.git synced 2024-09-20 19:20:23 +02:00

fix luacheck error

This commit is contained in:
wsor4035 2022-04-15 17:58:13 -04:00 committed by GitHub
parent 26994e39f2
commit ed895734f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
unifieddyes = {} unifieddyes = {}
local S = minetest.get_translator("unifieddyes")
local modpath=minetest.get_modpath(minetest.get_current_modname()) local modpath=minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/color-tables.lua") dofile(modpath.."/color-tables.lua")