mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
localize modpath variable
This commit is contained in:
parent
49e82a604b
commit
c17732b16f
@ -2,7 +2,7 @@
|
||||
-- namespace: technic
|
||||
-- (c) 2012-2013 by RealBadAngel <mk@realbadangel.pl>
|
||||
|
||||
modpath = minetest.get_modpath("technic_chests")
|
||||
local modpath = minetest.get_modpath("technic_chests")
|
||||
|
||||
technic = rawget(_G, "technic") or {}
|
||||
technic.chests = {}
|
||||
|
Loading…
Reference in New Issue
Block a user