Skip to content

Commit f91df99

Browse files
committed
added reboot after id, bugfix wiht send block pos
1 parent a6e36f2 commit f91df99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/sender.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function Sender.touchingBlocks()
178178
}
179179

180180
local payload = { mc_id = conf:get("id"), origin = pos, blocks = {} }
181-
181+
w
182182
for side = 0, 5 do
183183
local scan = gz.analyzeSide(side)
184184
if scan then

version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local versions = {
2-
programVersion = "0.1.7",
2+
programVersion = "0.1.8",
33
}
44

55
return versions

0 commit comments

Comments
 (0)