mirror of
https://github.com/SmallJoker/boost_cart.git
synced 2024-11-27 08:53:45 +01:00
Fix undeclared global variable "mesecon"
This commit is contained in:
parent
eb6a833b66
commit
f3bc9d795d
2
init.lua
2
init.lua
@ -24,7 +24,7 @@ end
|
||||
dofile(boost_cart.modpath.."/functions.lua")
|
||||
dofile(boost_cart.modpath.."/rails.lua")
|
||||
|
||||
if mesecon then
|
||||
if minetest.global_exists(mesecon) then
|
||||
dofile(boost_cart.modpath.."/detector.lua")
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user