mirror of
https://github.com/mt-mods/led_marquee.git
synced 2024-11-24 16:23:52 +01:00
remove unused global
This commit is contained in:
parent
ec2cfdd87d
commit
be7f72dfeb
2
init.lua
2
init.lua
@ -1,8 +1,6 @@
|
|||||||
-- simple LED marquee mod
|
-- simple LED marquee mod
|
||||||
-- by Vanessa Dannenberg
|
-- by Vanessa Dannenberg
|
||||||
|
|
||||||
led_marquee = {}
|
|
||||||
|
|
||||||
local S
|
local S
|
||||||
if minetest.get_modpath("intllib") then
|
if minetest.get_modpath("intllib") then
|
||||||
S = intllib.Getter()
|
S = intllib.Getter()
|
||||||
|
Loading…
Reference in New Issue
Block a user