mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 19:52:40 +01:00
aefae
This commit is contained in:
parent
718464f9cb
commit
a960feb007
@ -195,7 +195,6 @@ end
|
||||
--------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
drawAll()
|
||||
requestInventoryInfo()
|
||||
|
||||
while true do
|
||||
local e = { event.pull() }
|
||||
@ -228,10 +227,11 @@ while true do
|
||||
--Q
|
||||
elseif e[4] == 16 then
|
||||
sendMessage("drop")
|
||||
-- elseif e[4] == 28 then
|
||||
-- if map.keyPoints and #map.keyPoints > 0 then
|
||||
-- sendMessage("executeKeyPoints", serialization.serialize(map.keyPoints))
|
||||
-- end
|
||||
elseif e[4] == 28 then
|
||||
-- if map.keyPoints and #map.keyPoints > 0 then
|
||||
-- sendMessage("executeKeyPoints", serialization.serialize(map.keyPoints))
|
||||
-- end
|
||||
requestInventoryInfo()
|
||||
end
|
||||
elseif e[1] == "modem_message" then
|
||||
if e[4] == port then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user