mirror of
https://github.com/AntumMT/mod-kpgmobs.git
synced 2025-04-03 18:40:22 +02:00
Initialize local variable 'v' to '0'
This commit is contained in:
parent
735ba1458f
commit
98003e4f89
2
init.lua
2
init.lua
@ -1,5 +1,7 @@
|
|||||||
dofile(minetest.get_modpath("kpgmobs").."/api.lua")
|
dofile(minetest.get_modpath("kpgmobs").."/api.lua")
|
||||||
|
|
||||||
|
local v = 0
|
||||||
|
|
||||||
minetest.register_node("kpgmobs:uley", {
|
minetest.register_node("kpgmobs:uley", {
|
||||||
description = "Uley",
|
description = "Uley",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user