mirror of
https://codeberg.org/SumianVoice/sum_airship.git
synced 2025-03-15 12:21:23 +00:00
fix global
This commit is contained in:
parent
55241acaba
commit
2a5c2627a4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
local mod_name = minetest.get_current_modname()
|
local mod_name = minetest.get_current_modname()
|
||||||
local mod_path = minetest.get_modpath(mod_name)
|
local mod_path = minetest.get_modpath(mod_name)
|
||||||
|
|
||||||
me = {
|
local me = {
|
||||||
lift = 4,
|
lift = 4,
|
||||||
speed = 4,
|
speed = 4,
|
||||||
fuel_time = 10,
|
fuel_time = 10,
|
||||||
|
|
Loading…
Add table
Reference in a new issue