mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 20:22:38 +01:00
afaefae
This commit is contained in:
parent
e21bdf6c9c
commit
98fdfa6729
@ -4,7 +4,7 @@ while true do
|
||||
local eventData = { event.pull() }
|
||||
print("Ивент: " .. tostring(eventData[1]))
|
||||
for i = 2, #eventData do
|
||||
print("Аргумент " .. (i) .. ": " .. tostring(eventData[i]))
|
||||
print("Аргумент" .. (i) .. ": " .. tostring(eventData[i]))
|
||||
end
|
||||
print(" ")
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user