mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Фиксанул эту хуйню, когда кассет вообще нема
This commit is contained in:
parent
c76ac95a28
commit
06e08de0ca
@ -1280,9 +1280,10 @@ window.eventHandler = function(workspace, window, e1, e2, e3, ...)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local uptime = computer.uptime()
|
local uptime = computer.uptime()
|
||||||
tapePosition = invoke("getPosition")
|
|
||||||
|
|
||||||
if tape and powerButton.pressed then
|
if tape and powerButton.pressed then
|
||||||
|
tapePosition = invoke("getPosition")
|
||||||
|
|
||||||
local shouldDraw = false
|
local shouldDraw = false
|
||||||
local isPlaying = invoke("getState") == "PLAYING"
|
local isPlaying = invoke("getState") == "PLAYING"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user