Initialize local variable 'v' to '0'

This commit is contained in:
AntumDeluge 2017-05-09 23:10:19 -07:00
parent 735ba1458f
commit 98003e4f89
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
dofile(minetest.get_modpath("kpgmobs").."/api.lua")
local v = 0
minetest.register_node("kpgmobs:uley", {
description = "Uley",
drawtype = "plantlike",