added through breakable

This commit is contained in:
Bluub
2021-06-20 22:09:27 +02:00
parent 5d9fb5b09c
commit 14e1e2a6b3
5 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ LastTarget = nil
math.randomseed(os.time())
function Update()
log("NEW FRAME")
--local path = getPath(0, 0, 16, 16);
local path = getPath(0, 0, 16, 16, true);
local player = getPlayer()
if LastTarget ~= nil then