[kpgmobs] init.lua: Fix missing variable 'v'.

This commit is contained in:
AntumDeluge 2016-09-09 11:41:55 -07:00
parent 7e96401681
commit 1d9609b565

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",