mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-06-28 14:36:20 +02:00
fix undeclared local
This commit is contained in:
@ -79,6 +79,7 @@ end
|
||||
|
||||
|
||||
local web_line = function(pos, dir, distance)
|
||||
local anchored
|
||||
local web_spine = {}
|
||||
for i = 0, distance do
|
||||
local web_pos = vector.add(pos, vector.multiply(dir,i))
|
||||
|
Reference in New Issue
Block a user