mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-24 16:52:48 +01:00
afaefae
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user